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



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

def instrument(*)
  yield
end


145
146
# File 'lib/test_prof/factory_default.rb', line 145

def print_report
end