lib/telegram/bot/updates_controller/instrumentation.rb in telegram-bot-0.3.0 vs lib/telegram/bot/updates_controller/instrumentation.rb in telegram-bot-0.4.0
- old
+ new
@@ -1,6 +1,6 @@
module Telegram
- class Bot
+ module Bot
class UpdatesController
# Most methods are taken from ActionController::Instrumentation,
# some are slightly modified.
module Instrumentation
class << self