Method: Code::Object::Dictionary#code_clear

Defined in:
lib/code/object/dictionary.rb

#code_clearObject



197
198
199
200
# File 'lib/code/object/dictionary.rb', line 197

def code_clear
  @raw = {}
  self
end