class Rack::Instrument::NullInstrument

This can be used as the instrument in order to disable instrumentation without removing it completely.

use Rack::Instrument, Rack::Instrument::NullInstrument.new

Public Instance Methods

increment(*args) click to toggle source
# File lib/rack/instrument.rb, line 9
def increment(*args); end
timing(*args) click to toggle source
# File lib/rack/instrument.rb, line 10
def timing(*args); end