module OmniAuth::Slack::Debug

Constants

LOG_ALL

using ObjectRefinements

LOG_NONE

Public Class Methods

included(other) click to toggle source
# File lib/omniauth-slack/debug.rb, line 20
def self.included(other)
  other.send(:include, CallerMethodName)
  other.send(:extend, Extensions)
end

Public Instance Methods

debug(method_name=nil, klass=nil, &block) click to toggle source
# File lib/omniauth-slack/debug.rb, line 50
def debug(method_name=nil, klass=nil, &block)
  method_name ||= caller_method_name
  self.class.debug(method_name, klass, &block)
end