Add ARGV.build_stable?
This commit is contained in:
parent
9158f68561
commit
0c14036a9a
@ -96,6 +96,10 @@ module HomebrewArgvExtension
|
||||
include? '--devel'
|
||||
end
|
||||
|
||||
def build_stable?
|
||||
not (build_head? or build_devel?)
|
||||
end
|
||||
|
||||
def build_universal?
|
||||
include? '--universal'
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user