mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
* remove transitional modifications to $LOAD_PATH * all require statements are now explicit about loading from homebrew-fork
7 lines
162 B
Ruby
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
|