Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/core_ext.rb

Overview

end

Direct Known Subclasses

Mash

Instance Method Summary collapse

Instance Method Details

#to_mashObject



13
14
15
# File 'lib/core_ext.rb', line 13

def to_mash
  self.is_a?(Mash) ? self : Mash.new(self)
end