module Gemmy::Patches::HashPatch::InstanceMethods::Indifferent

Public Instance Methods

indifferent() click to toggle source
# File lib/gemmy/patches/hash_patch.rb, line 21
def indifferent
  self.with_indifferent_access
end