Module: Roda::RodaPlugins::Pass::RequestMethods

Defined in:
lib/roda/plugins/pass.rb

Instance Method Summary collapse

Instance Method Details

#passObject

Skip the current match block as if it did not match.



24
25
26
# File 'lib/roda/plugins/pass.rb', line 24

def pass
  throw :pass
end