Method: Code::Object::Context#merge
- Defined in:
- lib/code/object/context.rb
#merge(other) ⇒ Object
27 28 29 |
# File 'lib/code/object/context.rb', line 27 def merge(other) Context.new(raw.merge(other.raw), parent: parent || other.parent) end |