Method: TingYun::Instrumentation::Support::ControllerInstrumentation.extended

Defined in:
lib/ting_yun/instrumentation/support/controller_instrumentation.rb

.extended(klass) ⇒ Object



24
25
26
# File 'lib/ting_yun/instrumentation/support/controller_instrumentation.rb', line 24

def self.extended klass
  klass.extend ClassMethods
end