Method: Hash#to_mash

Defined in:
lib/skypager/core_ext.rb

#to_mashObject



24
25
26
# File 'lib/skypager/core_ext.rb', line 24

def to_mash
  Hashie::Mash.new(self)
end