Method: Code::Object::Dictionary#code_set
- Defined in:
- lib/code/object/dictionary.rb
#code_set(key, value) ⇒ Object
576 577 578 579 |
# File 'lib/code/object/dictionary.rb', line 576 def code_set(key, value) raw[key] = value value end |