class ActiveModel::AttributeMethods::ClassMethods::AttributeMethodMatcher

def method_name(attr_name)

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

def method_name: (String attr_name) -> untyped

This signature was generated using 15 samples from 1 application.

def method_name(attr_name)
  @method_name % attr_name
end