Method: Async::HTTP::Statistics#initialize
- Defined in:
- lib/async/http/statistics.rb
#initialize(start_time) ⇒ Statistics
Returns a new instance of Statistics.
34 35 36 |
# File 'lib/async/http/statistics.rb', line 34 def initialize(start_time) @start_time = start_time end |