Class: Rack::Rewrite::Action::Fail

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



45
46
47
# File 'lib/rack_rewrite/actions.rb', line 45

def call(env)
  raise Rack::Rewrite::FailError.new
end