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.



21
22
23
# File 'lib/roda/plugins/pass.rb', line 21

def pass
  throw :pass
end