From b6ebd0622c0d730e5843dcb4dae1800fd5634884 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 31 Jul 2010 14:16:10 +0000 Subject: * ext/pathname/pathname.c (path_inspect): Pathname#inspect translated from pathname.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/pathname/lib/pathname.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ext/pathname/lib') diff --git a/ext/pathname/lib/pathname.rb b/ext/pathname/lib/pathname.rb index 57e410f345..88453c3c66 100644 --- a/ext/pathname/lib/pathname.rb +++ b/ext/pathname/lib/pathname.rb @@ -31,10 +31,6 @@ class Pathname # :startdoc: - def inspect # :nodoc: - "#<#{self.class}:#{@path}>" - end - # Return a pathname which is substituted by String#sub. def sub(pattern, *rest, &block) if block -- cgit v1.2.3