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) -> String

This signature was generated using 110 samples from 2 applications.

def method_name(attr_name)
  @method_name % attr_name
end