Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/hash_with_dot_access.rb

Instance Method Summary collapse

Instance Method Details

#with_dot_accessObject



57
58
59
# File 'lib/hash_with_dot_access.rb', line 57

def with_dot_access
  HashWithDotAccess::Hash.new(self)
end