Module: Teaspoon::SprocketsInstrumentation

Defined in:
lib/teaspoon/instrumentation.rb

Instance Method Summary collapse

Instance Method Details

#call(env) ⇒ Object



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

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