Method: Code::Object::Context#merge

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

#merge(other) ⇒ Object



25
26
27
# File 'lib/code/object/context.rb', line 25

def merge(other)
  Context.new(raw.merge(other.raw), parent || other.parent)
end