From 26c93c95446976da121ad76929f2224d3088bf1f Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 22 Mar 2014 13:16:16 -0500 Subject: [PATCH] Drop inaccurate comment require "time" Time.parse(Time.now.to_s) --- Library/Homebrew/tab.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/tab.rb b/Library/Homebrew/tab.rb index 210c4fe2dd..dd9bbb369c 100644 --- a/Library/Homebrew/tab.rb +++ b/Library/Homebrew/tab.rb @@ -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