class ActiveModel::AttributeSet
def map(&block)
Experimental RBS support (using type sampling data from the type_fusion
project).
def map: () -> ActiveModel::AttributeSet
This signature was generated using 3 samples from 1 application.
def map(&block) new_attributes = attributes.transform_values(&block) AttributeSet.new(new_attributes) end