Class: TestProf::FactoryDefault::NoopProfiler

Inherits:
Object
  • Object
show all
Defined in:
lib/test_prof/factory_default.rb

Instance Method Summary collapse

Instance Method Details

#instrumentObject



139
140
141
# File 'lib/test_prof/factory_default.rb', line 139

def instrument(*)
  yield
end


143
144
# File 'lib/test_prof/factory_default.rb', line 143

def print_report
end