Skip to content
Snippets Groups Projects
Commit 7a5e4f5c authored by Jack Nagel's avatar Jack Nagel
Browse files

ARGV.spec should be private

parent 8e3e0be6
No related branches found
No related tags found
No related merge requests found
......@@ -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|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment