class Hashr
- Hashr
- Reference
- Object
Defined in:
hashr.crhashr/version.cr
Constant Summary
-
VERSION =
{{ (`shards version \"/srv/crystaldoc.info/github-crystal-china-hashr-v0.3.1/src/hashr\"`).chomp.stringify }}
Constructors
Instance Method Summary
-
#==(other)
Returns
false
(other can only be aValue
here). - #[](key)
- #inspect(io)
- #obj : Hash(String, JSON::Any) | JSON::Any
- #to_s(io)
Macro Summary
Constructor Detail
Instance Method Detail
def ==(other)
#
Description copied from class Reference
Returns false
(other can only be a Value
here).