method

duration

rspec latest stable - Class: Spec::Runner::Reporter
duration()
private

No documentation available.

# File lib/spec/runner/reporter.rb, line 130
      def duration
        return @end_time - @start_time unless (@end_time.nil? or @start_time.nil?)
        return "0.0"
      end