mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Merge pull request #8426 from rolandwalker/homebrew_remove_extend_pathname_version
remove homebrew-fork extend `Pathname#version`
This commit is contained in:
@@ -18,11 +18,6 @@ class Pathname
|
||||
false
|
||||
end
|
||||
|
||||
def version
|
||||
require 'version'
|
||||
Version.parse(self)
|
||||
end
|
||||
|
||||
# FIXME eliminate the places where we rely on this method
|
||||
alias_method :to_str, :to_s unless method_defined?(:to_str)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user