ARGV.spec should be private

This commit is contained in:
Jack Nagel 2014-08-28 21:35:52 -05:00
parent 8e3e0be6d1
commit 7a5e4f5cca

View File

@ -165,6 +165,8 @@ module HomebrewArgvExtension
value 'env'
end
private
def spec
if include?("--HEAD")
:head
@ -175,8 +177,6 @@ module HomebrewArgvExtension
end
end
private
def downcased_unique_named
# Only lowercase names, not paths or URLs
@downcased_unique_named ||= named.map do |arg|