Class: Rack::Rewrite::Action::Pass

Inherits:
Rack::Rewrite::Action show all
Defined in:
lib/rack_rewrite/actions.rb

Instance Method Summary collapse

Methods inherited from Rack::Rewrite::Action

#method_missing, #query_string=, #respond_to?, #scheme=, #setup

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Rack::Rewrite::Action

Instance Method Details

#call(env) ⇒ Object



39
40
41
# File 'lib/rack_rewrite/actions.rb', line 39

def call(env)
  throw :pass
end