class Roda::RodaPlugins::TypecastParams::Params
def fetch(key)
Return the nested value for key. If there is no nested_value for +key+,
def fetch(key) send(:[], key){return(yield if block_given?)} end
def fetch(key) send(:[], key){return(yield if block_given?)} end