Remove redeclared method.

This commit is contained in:
Mike McQuaid 2011-06-21 19:14:25 +01:00
parent 5d7e796617
commit b7dd6f1f7e

View File

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