aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-09-20 00:44:38 -0500
committerJack Nagel2014-09-20 00:44:52 -0500
commit49e6d09f85a999a4a4d82b2d47bd837ed342d8cb (patch)
tree86c6a678eb2f8c3e6f0c7d2d64eebde208b04204 /Library
parent3d616bab57c4ff3eaeb428a55a90a1833c5f97c4 (diff)
downloadhomebrew-49e6d09f85a999a4a4d82b2d47bd837ed342d8cb.tar.bz2
Remove incorrect comment from example formula
You can use any number of "/" operators, just as you can "+".
Diffstat (limited to 'Library')
-rw-r--r--Library/Contributions/example-formula.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Contributions/example-formula.rb b/Library/Contributions/example-formula.rb
index f2b85ce7e..9a5823da3 100644
--- a/Library/Contributions/example-formula.rb
+++ b/Library/Contributions/example-formula.rb
@@ -345,9 +345,6 @@ class ExampleFormula < Formula
# Further possibilities with the pathnames:
# http://www.ruby-doc.org/stdlib-1.8.7/libdoc/pathname/rdoc/Pathname.html
- # Sometime you will see that instead of `+` we build up a path with `/`
- # because it looks nicer (but you can't nest more than two `/`):
- (var/"foo").mkpath
# Copy `./example_code/simple/ones` to share/demos
(share/"demos").install "example_code/simple/ones"
# Copy `./example_code/simple/ones` to share/demos/examples