lib/te_bot.rb in te_bot-0.1.0 vs lib/te_bot.rb in te_bot-0.2.0

- old
+ new

@@ -4,9 +4,10 @@ module TeBot autoload :Court, "te_bot/court.rb" autoload :Wire, "te_bot/wire.rb" autoload :Message, "te_bot/message.rb" + autoload :Cable, "te_bot/cable.rb" class Error < StandardError; end # Your code goes here... end