Module: SlackRubyBot::Loggable
- Included in:
- Client, Commands::Base, Server
- Defined in:
- lib/slack-ruby-bot/support/loggable.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
5 6 7 8 |
# File 'lib/slack-ruby-bot/support/loggable.rb', line 5 def self.included(base) base.send :include, InstanceMethods base.extend(ClassMethods) end |