class ActiveRecord::ConnectionAdapters::SQLite3Adapter

def disconnect!

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

def disconnect!: () -> SQLite3::Database

This signature was generated using 1 sample from 1 application.

method does nothing.
Disconnects from the database if already connected. Otherwise, this
def disconnect!
  super
  @connection.close rescue nil
end