# File lib/termtter/event.rb, line 48 def eql?(b) if b.kind_of? Event @name == b.name else @name == b end end