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
commit038f99d502b95345742253ff6b50be257da2c1c7 (patch)
tree080d05375f2df8a717e0ff9a4ceb83aaf824fd5b /Library
parent7e5c178f27815689d964aecd1d39bd567f20a4bf (diff)
downloadhomebrew-038f99d502b95345742253ff6b50be257da2c1c7.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