aboutsummaryrefslogtreecommitdiffstats
path: root/ext/pathname/lib
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-26 20:16:25 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-26 20:16:25 +0000
commit9eb726258965a35191b8b84a25448d5dd203faea (patch)
treea7a191cc4e0aa16fe279b843b33c8ef2584a6395 /ext/pathname/lib
parent71cf670f0fc5556a51d6e209a14cceafcf6550d7 (diff)
downloadruby-9eb726258965a35191b8b84a25448d5dd203faea.tar.gz
* ext/pathname/pathname.c (path_sysopen): Pathname#sysopen translated
from pathname.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29106 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/pathname/lib')
-rw-r--r--ext/pathname/lib/pathname.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/pathname/lib/pathname.rb b/ext/pathname/lib/pathname.rb
index b4c701a084..c9bf0c5fb8 100644
--- a/ext/pathname/lib/pathname.rb
+++ b/ext/pathname/lib/pathname.rb
@@ -483,12 +483,6 @@ class Pathname
end
end
-class Pathname # * IO *
-
- # See <tt>IO.sysopen</tt>.
- def sysopen(*args) IO.sysopen(@path, *args) end
-end
-
class Pathname # * FileTest *