module Roda::RodaPlugins::Break::RequestMethods
Private Instance Methods
Source
# File lib/roda/plugins/break.rb, line 32 def if_match(_) rp = @remaining_path super ensure @remaining_path = rp end
Handle break inside match blocks, restoring remaining path.
Calls superclass method