Class: Hash

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

Instance Method Summary collapse

Instance Method Details

#to_shashObject



52
53
54
# File 'lib/shash.rb', line 52

def to_shash
  Shash.new(self)
end