class ActiveModel::AttributeSet

def deep_dup

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

def deep_dup: () -> ActiveModel::AttributeSet

This signature was generated using 1 sample from 1 application.

def deep_dup
  AttributeSet.new(attributes.deep_dup)
end