summaryrefslogtreecommitdiff
path: root/ext/pathname/lib/pathname.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pathname/lib/pathname.rb')
-rw-r--r--ext/pathname/lib/pathname.rb4
1 files changed, 0 insertions, 4 deletions
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