class ActiveModel::AttributeSet
def keys
Experimental RBS support (using type sampling data from the type_fusion
project).
def keys: () -> untyped
This signature was generated using 4 samples from 2 applications.
def keys attributes.each_key.select { |name| self[name].initialized? } end