25 26 27
# File 'lib/code/object/context.rb', line 25 def merge(other) Context.new(raw.merge(other.raw), parent || other.parent) end