Drop inaccurate comment

require "time"
  Time.parse(Time.now.to_s)
This commit is contained in:
Jack Nagel 2014-03-22 13:16:16 -05:00
parent f0966cf6b6
commit 26c93c9544

View File

@ -24,7 +24,7 @@ class Tab < OpenStruct
:built_as_bottle => !!ARGV.build_bottle?,
:poured_from_bottle => false,
:tapped_from => f.tap,
:time => Time.now.to_i, # to_s would be better but Ruby has no from_s function :P
:time => Time.now.to_i,
:HEAD => sha,
:compiler => compiler,
:stdlib => stdlib