Class: BotConfigurator
- Inherits:
-
Object
- Object
- BotConfigurator
- Defined in:
- lib/configuration/configurators/bot_configurator.rb
Constant Summary collapse
- ATTRIBUTES =
i( token ).freeze
Class Method Summary collapse
Class Method Details
.configure(*args) ⇒ Object
8 9 10 11 12 |
# File 'lib/configuration/configurators/bot_configurator.rb', line 8 def self.configure(*args) puts 'Configuring bot...' super *args puts 'Finished' end |