Parent

Methods

Camping::Cookies

Attributes

_p[RW]

Public Instance Methods

[]=(k, v) click to toggle source
     # File lib/camping-unabridged.rb, line 99
 99:     def []=(k, v)
100:       set k, v, v.is_a?(Hash) ? v : {}
101:     end
Also aliased as: _s
_n() click to toggle source

Cookies that are set at this response

    # File lib/camping-unabridged.rb, line 90
90:     def _n; @n ||= {} end
_s(k, v) click to toggle source
Alias for: []=
set(k, v, o = {}) click to toggle source
    # File lib/camping-unabridged.rb, line 94
94:     def set(k, v, o = {})
95:       _s(j=k.to_s, v)
96:       _n[j] = {:value => v, :path => _p}.update(o)
97:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.