Drop inaccurate comment
require "time" Time.parse(Time.now.to_s)
This commit is contained in:
parent
f0966cf6b6
commit
26c93c9544
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user