class AttrDeprecated::DeprecatedAttributeSet

Public Instance Methods

==(other_set) click to toggle source
# File lib/active_model/deprecated_attribute_set.rb, line 5
def ==(other_set)
  Set.new(self) == Set.new(other_set)
end