lib/chatterbot/dsl.rb in chatterbot-0.9.0 vs lib/chatterbot/dsl.rb in chatterbot-0.9.1

- old
+ new

@@ -106,10 +106,9 @@ # # generate a Bot object. if the DSL is being called from a Bot object, just return it # otherwise create a bot and return that def bot - puts @bot.inspect return @bot unless @bot.nil? # # parse any command-line options and use them to initialize the bot