class ActiveRecord::Relation::Merger

def initialize(relation, other, rewhere = nil)

def initialize(relation, other, rewhere = nil)
  @relation = relation
  @values   = other.values
  @other    = other
  @rewhere  = rewhere
end