module Roda::RodaPlugins::Pass::RequestMethods
def always
def always catch(:pass){super} end
def if_match(_)
def if_match(_) rp = @remaining_path ret = catch(:pass){super} @remaining_path = rp ret end
def pass
def pass throw :pass end
def always catch(:pass){super} end
def if_match(_) rp = @remaining_path ret = catch(:pass){super} @remaining_path = rp ret end
def pass throw :pass end