Method: Code::Object::Dictionary#code_to_context

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

#code_to_contextObject



609
610
611
# File 'lib/code/object/dictionary.rb', line 609

def code_to_context
  Context.new(raw)
end