Add ARGV.build_universal?

This commit is contained in:
Adam Vandenberg 2011-04-21 09:36:40 -07:00
parent be482fb9ab
commit 4dbb08a6d8

View File

@ -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