From 9352485e47d878b21441511286e99ff74c4b3ee8 Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 6 Aug 2010 17:09:31 +0000 Subject: * ext/pathname/pathname.c (path_lchmod): Pathname#lchmod translated from pathname.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28889 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/pathname/lib/pathname.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'ext/pathname/lib') diff --git a/ext/pathname/lib/pathname.rb b/ext/pathname/lib/pathname.rb index 1f83275911..7e3d453e66 100644 --- a/ext/pathname/lib/pathname.rb +++ b/ext/pathname/lib/pathname.rb @@ -512,9 +512,6 @@ end class Pathname # * File * - # See File.lchmod. - def lchmod(mode) File.lchmod(mode, @path) end - # See File.chown. Change owner and group of file. def chown(owner, group) File.chown(owner, group, @path) end -- cgit v1.2.3