Public Instance methods
pass()
Skip the current match block as if it did not match.
[show source]
# File lib/roda/plugins/pass.rb 24 def pass 25 throw :pass 26 end
Skip the current match block as if it did not match.
# File lib/roda/plugins/pass.rb 24 def pass 25 throw :pass 26 end