Method: Mutant::Integration::Config#merge
- Defined in:
- lib/mutant/integration.rb
#merge(other) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
53 54 55 56 57 58 |
# File 'lib/mutant/integration.rb', line 53 def merge(other) self.class.new( name: other.name || name, arguments: arguments + other.arguments ) end |