Class: Hash

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

Instance Method Summary collapse

Instance Method Details

#to_dotsObject



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

def to_dots
  ToDots.to_dots(self)
end