aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorDominyk Tiller2015-12-30 20:46:16 +0000
committerDominyk Tiller2016-01-03 19:08:10 +0000
commitabd4c699d1f64be9794bcf28409c3a133322fc2c (patch)
tree9c24c9de465e9ce37ff3c539625661a8a02ab0d4 /Library/Homebrew
parent7e7838b5ba8aa323a6afd95ed262cdcee8a67cec (diff)
downloadbrew-abd4c699d1f64be9794bcf28409c3a133322fc2c.tar.bz2
pathname: remove redundant spacing
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/extend/pathname.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/extend/pathname.rb b/Library/Homebrew/extend/pathname.rb
index e9b10865d..c6b575c03 100644
--- a/Library/Homebrew/extend/pathname.rb
+++ b/Library/Homebrew/extend/pathname.rb
@@ -177,7 +177,6 @@ class Pathname
end
private :default_stat
-
# @private
def cp_path_sub(pattern, replacement)
raise "#{self} does not exist" unless self.exist?
@@ -230,7 +229,6 @@ class Pathname
false
end
-
# @private
def version
require "version"