# File lib/tapkit/control/date_and_time.rb, line 131 def to_s sprintf("%02d:%02d:%02d", @hour, @minute, @second) end