module Kernel

Private Instance Methods

Flatten(hsh, options = {}) click to toggle source

@see Flatten#smash @api public

# File lib/flatten/core_ext/kernel.rb, line 7
def Flatten(hsh, options = {})
        Flatten.smash(hsh, options)
end
Unflatten(hsh, options = {}) click to toggle source

@see Flatten#unsmash @api public

# File lib/flatten/core_ext/kernel.rb, line 15
def Unflatten(hsh, options = {})
        Flatten.unsmash(hsh, options)
end