Module: Roda::RodaPlugins::Pass::RequestMethods
- Defined in:
- lib/roda/plugins/pass.rb
Instance Method Summary collapse
-
#pass ⇒ Object
Skip the current match block as if it did not match.
Instance Method Details
#pass ⇒ Object
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 |