class ActiveRecord::Relation::FromClause

def self.empty

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

def self.empty: () -> ActiveRecord::Relation::FromClause

This signature was generated using 1 sample from 1 application.

def self.empty
  @empty ||= new(nil, nil).freeze
end