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 2 samples from 1 application.
def keys attributes.each_key.select { |name| self[name].initialized? } end