module SlackRespondent::Loggable
Public Class Methods
included(base)
click to toggle source
# File lib/slack_respondent/support/loggable.rb, line 3 def self.included(base) base.send :include, InstanceMethods base.extend(ClassMethods) end