class Roda::RodaPlugins::TypecastParams::Params
def keys(key)
If +key+ is not +nil+, add it to the given nesting. Otherwise, just return the given nesting.
def keys(key) Array(@nesting) + Array(key) end
def keys(key) Array(@nesting) + Array(key) end