module Roda::RodaPlugins::MatchHookArgs::RequestMethods
def always
def always scope._match_hook_args(nil, nil) super end
def if_match(v)
def if_match(v) super do |*a| scope._match_hook_args(v, a) yield(*a) end end
def always scope._match_hook_args(nil, nil) super end
def if_match(v) super do |*a| scope._match_hook_args(v, a) yield(*a) end end