From bf77099923011a3a0fa0186a8f2dcfb52bdb71bf Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 14 Sep 2010 11:18:37 +0000 Subject: * ext/pathname/pathname.c (path_s_getwd): Pathname.getwd and Pathname.pwd translated from pathname.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29248 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/pathname/lib/pathname.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'ext/pathname/lib/pathname.rb') diff --git a/ext/pathname/lib/pathname.rb b/ext/pathname/lib/pathname.rb index e519dd56d2..0efb5d4eb0 100644 --- a/ext/pathname/lib/pathname.rb +++ b/ext/pathname/lib/pathname.rb @@ -485,9 +485,6 @@ end class Pathname # * Dir * - # See Dir.getwd. Returns the current working directory as a Pathname. - def Pathname.getwd() self.new(Dir.getwd) end - class << self; alias pwd getwd end # Return the entries (files and subdirectories) in the directory, each as a # Pathname object. -- cgit v1.2.3