class ActiveModel::AttributeSet

def []=(name, value)

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

def []=: (String name, ActiveModel::Attribute::FromDatabase value) -> ActiveModel::Attribute::FromDatabase

This signature was generated using 10 samples from 2 applications.

def []=(name, value)
  @attributes[name] = value
end