aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-03-22 13:16:16 -0500
committerJack Nagel2014-03-22 13:16:16 -0500
commit26c93c95446976da121ad76929f2224d3088bf1f (patch)
tree36bffd0e4f1e213bf01fdb87e0cbce9f099fa447 /Library
parentf0966cf6b6b74f71aa640b8408e2d373aea7e469 (diff)
downloadbrew-26c93c95446976da121ad76929f2224d3088bf1f.tar.bz2
Drop inaccurate comment
require "time" Time.parse(Time.now.to_s)
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/tab.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/tab.rb b/Library/Homebrew/tab.rb
index 210c4fe2d..dd9bbb369 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