module Roda::RodaPlugins::Pass::RequestMethods

def always

Handle passing inside the match block.
def always
  catch(:pass){super}
end