module Ruby::Pomodoro::TimeHelpers
Public Instance Methods
to_format_string(seconds)
click to toggle source
@param [Integer] seconds @return [String] as N:d N:h N:m
# File lib/ruby/pomodoro/time_helpers.rb, line 6 def to_format_string(seconds) Ruby::Pomodoro::TimeConverter.to_format_string(seconds) end