Class: BotPlatform::Boot
- Inherits:
-
Object
- Object
- BotPlatform::Boot
- Defined in:
- lib/bot_platform/boot.rb
Class Method Summary collapse
Class Method Details
.set_env ⇒ Object
5 6 7 8 9 10 |
# File 'lib/bot_platform/boot.rb', line 5 def self.set_env puts "Set bot environment" # initialize channels BotPlatform::Adapter.instance end |