instance method call

Ruby on Rails 2.3.18

Since v2.3.18 Last seen in v2.3.18

Signature

call(env)

No documentation comment.

Parameters

env req
Source
# File railties/lib/rails/rack/metal.rb, line 42
      def call(env)
        @metals.keys.each do |app|
          result = app.call(env)
          return result unless result[0].to_i == 404
        end
        @app.call(env)
      end

Defined in railties/lib/rails/rack/metal.rb line 42 · View on GitHub · Improve this page · Find usages on GitHub

Defined in Rails::Rack::Metal

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close