From 2034fe610fd9da3781f4a1e39079128da812748c Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 25 Aug 2010 13:11:43 +0000 Subject: * ext/pathname/pathname.c (path_binread): Pathname#binread translated from pathname.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29097 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 203fe930fc..0bc8e3bfa5 100644 --- a/ext/pathname/lib/pathname.rb +++ b/ext/pathname/lib/pathname.rb @@ -485,10 +485,6 @@ end class Pathname # * IO * - # See IO.binread. Returns all the bytes from the file, or the first +N+ - # if specified. - def binread(*args) IO.binread(@path, *args) end - # See IO.readlines. Returns all the lines from the file. def readlines(*args) IO.readlines(@path, *args) end -- cgit v1.2.3