class ActiveRecord::ConnectionAdapters::SavepointTransaction

def materialize!

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

def materialize!: () -> true

This signature was generated using 5 samples from 1 application.

def materialize!
  connection.create_savepoint(savepoint_name)
  super
end