Class: MarkovChainChatBot::EndOfMessage

Inherits:
Token
  • Object
show all
Defined in:
lib/markov_chain_chat_bot.rb

Class Method Summary collapse

Methods inherited from Token

#tkn_is_a?, #tkn_value

Class Method Details

.===(x) ⇒ Object



166
167
168
# File 'lib/markov_chain_chat_bot.rb', line 166

def self.===(x)
  x.nil?
end

.newObject



162
163
164
# File 'lib/markov_chain_chat_bot.rb', line 162

def self.new()
  nil
end