class ActiveRecord::LogSubscriber

def extract_query_source_location(locations)

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

def extract_query_source_location: (Array[String] locations) -> String

This signature was generated using 4 samples from 2 applications.

def extract_query_source_location(locations)
  backtrace_cleaner.clean(locations.lazy).first
end