class Hash

Public Instance Methods

to_dots() click to toggle source
# File lib/hash.rb, line 2
def to_dots
  ToDots.to_dots(self)
end