class Time

Public Instance Methods

short() click to toggle source
# File lib/sprockets_fs/log.rb, line 102
def short
  t = self - 60*60*4
  t.strftime "%H:%M:%S:%L"
end