Remove redeclared method.
This commit is contained in:
parent
5d7e796617
commit
b7dd6f1f7e
@ -67,10 +67,6 @@ module HomebrewArgvExtension
|
|||||||
flag? '--build-from-source' or ENV['HOMEBREW_BUILD_FROM_SOURCE']
|
flag? '--build-from-source' or ENV['HOMEBREW_BUILD_FROM_SOURCE']
|
||||||
end
|
end
|
||||||
|
|
||||||
def one?
|
|
||||||
flag? "--1"
|
|
||||||
end
|
|
||||||
|
|
||||||
def flag? flag
|
def flag? flag
|
||||||
options_only.each do |arg|
|
options_only.each do |arg|
|
||||||
return true if arg == flag
|
return true if arg == flag
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user