class ActiveRecord::Relation::WhereClause

def self.empty

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

def self.empty: () -> untyped

This signature was generated using 14 samples from 1 application.

def self.empty
  @empty ||= new([]).freeze
end