Method: Funk::Instruments::Timings#initialize
- Defined in:
- lib/funk/instruments/timings.rb
#initialize ⇒ Timings
Returns a new instance of Timings.
4 5 6 |
# File 'lib/funk/instruments/timings.rb', line 4 def initialize() @timings = {} end |