pathname: remove redundant spacing

This commit is contained in:
Dominyk Tiller 2015-12-30 20:46:16 +00:00
parent 7e7838b5ba
commit abd4c699d1

View File

@ -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"