lib/chatterbot/ui.rb in chatterbot-2.0.2 vs lib/chatterbot/ui.rb in chatterbot-2.0.3
- old
+ new
@@ -11,10 +11,9 @@
#:nocov:
def red(str)
puts str.colorize(:red)
end
- #:nocov:
def green(str)
puts str.colorize(:green)
end
# print out a deprecation notice