homebrew-cask-versions/lib/vendor/homebrew-fork/monkeypatch_pathname.rb
Roland Walker 36b8903a36 flatten homebrew-fork and move it under vendor/lib
* remove transitional modifications to $LOAD_PATH
* all require statements are now explicit about loading from homebrew-fork
2014-12-31 07:57:18 -05:00

7 lines
162 B
Ruby

require 'pathname'
class Pathname
# FIXME eliminate the places where we rely on this method
alias_method :to_str, :to_s unless method_defined?(:to_str)
end