Module: Teabag::SprocketsInstrumentation

Defined in:
lib/teabag/instrumentation.rb

Instance Method Summary collapse

Instance Method Details

#call(env) ⇒ Object



61
62
63
# File 'lib/teabag/instrumentation.rb', line 61

def call(env)
  Teabag::Instrumentation.add_to(super, env)
end