class ActiveRecord::Relation

def with(opts, *rest)

def with(opts, *rest)
  spawn.with!(opts, *rest)
end