Module: Gemmy::Patches::HashPatch::InstanceMethods::Indifferent

Defined in:
lib/gemmy/patches/hash_patch.rb

Instance Method Summary collapse

Instance Method Details

#indifferentObject



21
22
23
# File 'lib/gemmy/patches/hash_patch.rb', line 21

def indifferent
  self.with_indifferent_access
end