method

new

Importance_0
new(by, env, default_options) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_dispatch/request/session.rb, line 37
        def initialize(by, env, default_options)
          @by       = by
          @env      = env
          @delegate = default_options.dup
        end
Register or log in to add new notes.