Class: AttrDeprecated::DeprecatedAttributeSet

Inherits:
Set
  • Object
show all
Defined in:
lib/active_model/deprecated_attribute_set.rb

Instance Method Summary collapse

Instance Method Details

#==(other_set) ⇒ Object



5
6
7
# File 'lib/active_model/deprecated_attribute_set.rb', line 5

def ==(other_set)
  Set.new(self) == Set.new(other_set)
end