Class: Hash

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

Instance Method Summary collapse

Instance Method Details

#to_nObject



3
4
5
# File 'lib/hash.rb', line 3

def to_n
  return self.to_a.to_n
end