Class: ActionBot::Runner
- Inherits:
-
Telegram::Bot::Client
- Object
- Telegram::Bot::Client
- ActionBot::Runner
- Defined in:
- lib/action_bot/runner.rb
Class Method Summary collapse
Class Method Details
.run(*_, &block) ⇒ Object
3 4 5 |
# File 'lib/action_bot/runner.rb', line 3 def self.run(*_, &block) super(BotConfigurator.config.token, &block) end |