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

This signature was generated using 2 samples from 1 application.

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