class Arel::InsertManager

def initialize(table = nil)

def initialize(table = nil)
  @ast = Nodes::InsertStatement.new(table)
end