Sha256: 4096e6664ccc707a1e0e11cdd7416c5c03d2a87356d0f5c156bfd6817a983c5a
Contents?: true
Size: 218 Bytes
Versions: 1
Compression:
Stored size: 218 Bytes
Contents
module SlackRubyBot class Bot < SlackRubyBot::Commands::Base delegate :client, to: :instance def self.run instance.run end def self.instance SlackRubyBot::App.instance end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
slack-ruby-bot-0.6.0 | lib/slack-ruby-bot/bot.rb |