[Source]
# File lib/camping-unabridged.rb, line 99 99: def []=(k, v) 100: set k, v, v.is_a?(Hash) ? v : {} 101: end
Cookies that are set at this response
# File lib/camping-unabridged.rb, line 90 90: def _n; @n ||= {} end
# 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
[Validate]