class Hashr

Defined in:

hashr.cr
hashr/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

Macro Summary

Constructor Detail

def self.new(obj : Hash(String, JSON::Any) | JSON::Any) #

[View source]
def self.new(obj) #

[View source]

Instance Method Detail

def ==(other) #
Description copied from class Reference

Returns false (other can only be a Value here).


[View source]
def [](key) #

[View source]
def inspect(io) #

[View source]
def obj : Hash(String, JSON::Any) | JSON::Any #

[View source]
def to_s(io) #

[View source]

Macro Detail

macro method_missing(key) #

[View source]