# 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