Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/skypager/core_ext.rb
Instance Method Summary collapse
Instance Method Details
#to_mash ⇒ Object
24 25 26 |
# File 'lib/skypager/core_ext.rb', line 24 def to_mash Hashie::Mash.new(self) end |