class Arel::Table

def project(*things)

def project(*things)
  from.project(*things)
end