class ActiveRecord::TableMetadata

def initialize(klass, arel_table, reflection = nil)

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

def initialize: (Class klass, Arel::Nodes::TableAlias arel_table, ?ActiveRecord::Reflection::BelongsToReflection reflection) -> void

This signature was generated using 1 sample from 1 application.

def initialize(klass, arel_table, reflection = nil)
  @klass = klass
  @arel_table = arel_table
  @reflection = reflection
end