class ActiveRecord::Relation::WhereClause

def referenced_columns

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

def referenced_columns: () -> untyped

This signature was generated using 1 sample from 1 application.

def referenced_columns
  hash = {}
  each_attributes { |attr, node| hash[attr] = node }
  hash
end