class PactBroker::DB::Clean::Unionable
Public Instance Methods
Source
# File lib/pact_broker/db/clean.rb, line 12 def union(other) Unionable.new(self + other) end
# File lib/pact_broker/db/clean.rb, line 12 def union(other) Unionable.new(self + other) end