aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend
diff options
context:
space:
mode:
authorWilliam Woodruff2015-08-12 14:57:54 -0400
committerMisty De Meo2015-08-21 11:02:33 -0700
commit8793a68ee422a2cee7035c1d564fbd81d0c72dc4 (patch)
tree433997fbad1f3e746b57e1884019f0aef83982b5 /Library/Homebrew/extend
parent1face808f5f1dc43c887cab421b5c01f7e20fdf7 (diff)
downloadbrew-8793a68ee422a2cee7035c1d564fbd81d0c72dc4.tar.bz2
Add no-Xcode documentation for all classes, methods
Diffstat (limited to 'Library/Homebrew/extend')
-rw-r--r--Library/Homebrew/extend/ARGV.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/ARGV.rb b/Library/Homebrew/extend/ARGV.rb
index 706b62568..3e464bd06 100644
--- a/Library/Homebrew/extend/ARGV.rb
+++ b/Library/Homebrew/extend/ARGV.rb
@@ -200,7 +200,8 @@ module HomebrewArgvExtension
value "env"
end
- # collect any supplied build flags into an array for reporting
+ # If the user passes any flags that trigger building over installing from
+ # a bottle, they are collected here and returned as an Array for checking.
def collect_build_flags
build_flags = []