class Arel::UpdateManager

def table(table)

UPDATE +table+
##
def table(table)
  @ast.relation = table
  self
end