class DDMetrics::Stopwatch::NotRunningError
Public Instance Methods
message()
click to toggle source
# File lib/ddmetrics/stopwatch.rb, line 12 def message 'Cannot stop, because stopwatch is not running' end