class Hash

Public Instance Methods

with_dot_access() click to toggle source
# File lib/hash_with_dot_access.rb, line 59
def with_dot_access
  HashWithDotAccess::Hash.new(self)
end