class Time

Public Instance Methods

to_alpha() click to toggle source
# File lib/i2c/alpha_display/extensions.rb, line 2
def to_alpha
        strftime '%H.%M'
end