From 19fb560d219f583066241293f2e0f92cd898595e Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 20 Aug 2010 01:40:51 +0000 Subject: * ext/pathname/pathname.c (path_expand_path): Pathname#expand_path translated from pathname.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29058 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/pathname/lib/pathname.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'ext/pathname/lib') diff --git a/ext/pathname/lib/pathname.rb b/ext/pathname/lib/pathname.rb index 54b06eefbc..2056477eef 100644 --- a/ext/pathname/lib/pathname.rb +++ b/ext/pathname/lib/pathname.rb @@ -512,9 +512,6 @@ end class Pathname # * File * - # See File.expand_path. - def expand_path(*args) self.class.new(File.expand_path(@path, *args)) end - # See File.split. Returns the #dirname and the #basename in an # Array. def split() File.split(@path).map {|f| self.class.new(f) } end -- cgit v1.2.3