Method: RDL::Type::BotType#==

Defined in:
lib/rdl/types/bot.rb

#==(other) ⇒ Object Also known as: eql?



22
23
24
# File 'lib/rdl/types/bot.rb', line 22

def ==(other)
  other.instance_of? BotType
end