Class: PactBroker::DB::Clean::Unionable

Inherits:
Array
  • Object
show all
Defined in:
lib/pact_broker/db/clean.rb

Instance Method Summary collapse

Instance Method Details

#union(other) ⇒ Object



12
13
14
# File 'lib/pact_broker/db/clean.rb', line 12

def union(other)
  Unionable.new(self + other)
end