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