Module: Rack::Async::Original::Store
- Included in:
- Rack::Async::Original, Session
- Defined in:
- lib/rack/async/original.rb
Instance Attribute Summary collapse
-
#base ⇒ Object
Returns the value of attribute base.
Instance Method Summary collapse
Instance Attribute Details
#base ⇒ Object
Returns the value of attribute base.
13 14 15 |
# File 'lib/rack/async/original.rb', line 13 def base @base end |
Instance Method Details
#const_missing(name) ⇒ Object
14 15 16 |
# File 'lib/rack/async/original.rb', line 14 def const_missing(name) const_set name, base.const_get(name) end |