Method: Spring::Test::Application#with_timing
- Defined in:
- lib/spring/test/application.rb
#with_timing ⇒ Object
123 124 125 126 127 128 |
# File 'lib/spring/test/application.rb', line 123 def with_timing @times = [] yield ensure @times = nil end |