Skip to content
Snippets Groups Projects
Commit 4dbb08a6 authored by Adam Vandenberg's avatar Adam Vandenberg
Browse files

Add ARGV.build_universal?

parent be482fb9
No related branches found
No related tags found
No related merge requests found
......@@ -51,11 +51,15 @@ module HomebrewArgvExtension
def interactive?
flag? '--interactive'
end
def one?
flag? '--1'
end
def build_head?
flag? '--HEAD'
end
def one?
flag? "--1"
def build_universal?
include? '--universal'
end
def flag? flag
......
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