Method: CommandTimer::Command#burn_time

Defined in:
lib/command_timer/command.rb

#burn_timeObject



8
9
10
11
12
13
14
# File 'lib/command_timer/command.rb', line 8

def burn_time
  if @burn_time =~ /[0-9]{2}:[0-9]{2}:[0-9]{2}/
    CommandTimer.parse_time(@burn_time)
  else
    @burn_time
  end
end