class Roda::RodaPlugins::TypecastParams::Params

def keys(key)

Designed for use in setting the +keys+ values in raised exceptions.
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