class ActiveRecord::Associations::HasManyThroughAssociation

def invertible_for?(record)

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

def invertible_for?: (Skill record) -> false

This signature was generated using 1 sample from 1 application.

NOTE - not sure that we can actually cope with inverses here
def invertible_for?(record)
  false
end