Class: CanPlay::NameImportantGroup

Inherits:
OpenStruct
  • Object
show all
Defined in:
lib/can_play/class_method.rb

Instance Method Summary collapse

Instance Method Details

#eql?(another) ⇒ Boolean



7
8
9
# File 'lib/can_play/class_method.rb', line 7

def eql?(another)
  self.name == another.name
end