method
duration
1.1.12 -
Show latest stable
- Class:
Spec::Runner::Reporter
duration()private
No documentation available.
# File lib/spec/runner/reporter.rb, line 98
def duration
return @end_time - @start_time unless (@end_time.nil? or @start_time.nil?)
return "0.0"
end