class Hash

Public Instance Methods

smash() click to toggle source
# File lib/flatten/hash.rb, line 2
def smash
        Flatten(self)
end