12 13 14
# File 'lib/pact_broker/db/clean.rb', line 12 def union(other) Unionable.new(self + other) end