class DDMetrics::Stopwatch::AlreadyRunningError

Public Instance Methods

message() click to toggle source
# File lib/ddmetrics/stopwatch.rb, line 6
def message
  'Cannot start, because stopwatch is already running'
end