Skip to content
Snippets Groups Projects
Commit b7dd6f1f authored by Mike McQuaid's avatar Mike McQuaid
Browse files

Remove redeclared method.

parent 5d7e7966
No related branches found
No related tags found
No related merge requests found
......@@ -67,10 +67,6 @@ module HomebrewArgvExtension
flag? '--build-from-source' or ENV['HOMEBREW_BUILD_FROM_SOURCE']
end
def one?
flag? "--1"
end
def flag? flag
options_only.each do |arg|
return true if arg == 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