Class: Time

Inherits:
Object
  • Object
show all
Defined in:
lib/sprockets_fs/log.rb

Instance Method Summary collapse

Instance Method Details

#shortObject



102
103
104
105
# File 'lib/sprockets_fs/log.rb', line 102

def short
  t = self - 60*60*4
  t.strftime "%H:%M:%S:%L"
end