class Arel::Nodes::HomogeneousIn

def fetch_attribute(&block)

def fetch_attribute(&block)
  if attribute
    yield attribute
  else
    expr.fetch_attribute(&block)
  end
end