Module: Teaspoon::SprocketsInstrumentation
- Defined in:
- lib/teaspoon/instrumentation.rb
Instance Method Summary collapse
Instance Method Details
#call(env) ⇒ Object
71 72 73 |
# File 'lib/teaspoon/instrumentation.rb', line 71 def call(env) Teaspoon::Instrumentation.add_to(super, env) end |