module Gemmy::Patches::HashPatch::InstanceMethods::Easy

Public Instance Methods

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