From eb0c31b1adaa23051b952b3c0de0640a5283afd4 Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 9 Sep 2010 13:43:37 +0000 Subject: * ext/pathname/pathname.c (path_size): Pathname#size translated from pathname.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29204 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/pathname/lib/pathname.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'ext/pathname/lib/pathname.rb') diff --git a/ext/pathname/lib/pathname.rb b/ext/pathname/lib/pathname.rb index 8d220223fe..c5b8be97c8 100644 --- a/ext/pathname/lib/pathname.rb +++ b/ext/pathname/lib/pathname.rb @@ -486,9 +486,6 @@ end class Pathname # * FileTest * - # See FileTest.size. - def size() FileTest.size(@path) end - # See FileTest.size?. def size?() FileTest.size?(@path) end -- cgit v1.2.3