module TelegramBot::EventHandler::PrependMethods

Attributes

handlers[RW]

Public Class Methods

new(*args, &block) click to toggle source
Calls superclass method
# File lib/telegram_bot/handler.rb, line 34
def initialize(*args, &block)
  @handlers = []
  super(*args, &block)
end