class Arel::InsertManager

def into(table)

def into(table)
  @ast.relation = table
  self
end