brew/Library/Homebrew/extend/optparse.rb
Mike McQuaid 9fca172d03 Fix HOMEBREW_RUBY_WARNINGS="-w"
Fix various circular requirements, method redefinitions, etc.
2018-04-07 20:28:56 +01:00

6 lines
100 B
Ruby

require "optparse"
OptionParser.accept Pathname do |path|
Pathname(path).expand_path if path
end