# File lib/dbi/dbi.rb, line 292
def
to_s
sprintf
(
"%02d:%02d:%02d"
,
@hour
,
@minute
,
@second
)
end