Camping::H
# File lib/camping-unabridged.rb, line 99 def []=(k, v) set k, v, v.is_a?(Hash) ? v : {} end
Cookies that are set at this response
# File lib/camping-unabridged.rb, line 90 def _n; @n ||= {} end
# File lib/camping-unabridged.rb, line 94 def set(k, v, o = {}) _s(j=k.to_s, v) _n[j] = {:value => v, :path => _p}.update(o) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.