lib/chatterbot/ui.rb in chatterbot-0.7.1 vs lib/chatterbot/ui.rb in chatterbot-0.9.0

- old
+ new

@@ -7,10 +7,11 @@ # # print out a message about getting a PIN from twitter, then output # the URL the user needs to visit to authorize # + #:nocov: def get_oauth_verifier puts "****************************************" puts "****************************************" puts "**** BOT AUTH TIME! ****" puts "****************************************" @@ -89,8 +90,8 @@ # # error message for auth def display_oauth_error STDERR.puts "Oops! Looks like something went wrong there, please try again!" end - end + #:nocov: end