From ec5bb26fa031288fd8f935443805f68e5637ee75 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 9 Aug 2010 13:15:49 +0000 Subject: * ext/pathname/pathname.c (path_open): Pathname#open translated from pathname.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28941 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/pathname/lib/pathname.rb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ext/pathname/lib/pathname.rb') diff --git a/ext/pathname/lib/pathname.rb b/ext/pathname/lib/pathname.rb index b685309e7c..197c9e6bf4 100644 --- a/ext/pathname/lib/pathname.rb +++ b/ext/pathname/lib/pathname.rb @@ -512,11 +512,6 @@ end class Pathname # * File * - # See File.open. Opens the file for reading or writing. - def open(*args, &block) # :yield: file - File.open(@path, *args, &block) - end - # See File.readlink. Read symbolic link. def readlink() self.class.new(File.readlink(@path)) end -- cgit v1.2.3