module Roda::RodaPlugins::Pass::RequestMethods

def if_match(_)

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