class Arel::InsertManager

def values=(val); @ast.values = val; end

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

def values=: (Arel::Nodes::ValuesList val) -> Arel::Nodes::ValuesList

This signature was generated using 1 sample from 1 application.

def values=(val); @ast.values = val; end