class Arel::InsertManager

def initialize(table = nil)

Experimental RBS support (using type sampling data from the type_fusion project).

def initialize: (?Arel::Table table) -> void

This signature was generated using 4 samples from 2 applications.

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