module

Cresium

Constants

GIT_SHA = {{ (`git rev-parse --short HEAD`).chomp.stringify }}
VERSION = "0.1.0"

Class methods

format_span(span : Time::Span, with_millis : Bool = true) : String

Formats a duration as hh:mm:ss.fff (or mm:ss.fff if under an hour). with_millis: false omits the .fff part, for narrow terminals.

Source

Nested types