class PactBroker::DB::Clean::Unionable

Public Instance Methods

union(other) click to toggle source
# File lib/pact_broker/db/clean.rb, line 12
def union(other)
  Unionable.new(self + other)
end