module Roda::RodaPlugins::MatchHookArgs::RequestMethods

def always

Call the match hook with nil matchers and blocks before yielding to the block
def always
  scope._match_hook_args(nil, nil)
  super
end