diff options
Diffstat (limited to 'ext/pathname/lib')
-rw-r--r-- | ext/pathname/lib/pathname.rb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ext/pathname/lib/pathname.rb b/ext/pathname/lib/pathname.rb index f6e06f2092..224c869f67 100644 --- a/ext/pathname/lib/pathname.rb +++ b/ext/pathname/lib/pathname.rb @@ -525,13 +525,3 @@ class Pathname # * FileUtils * end end - -module Kernel - # create a pathname object. - # - # This method is available since 1.8.5. - def Pathname(path) # :doc: - Pathname.new(path) - end - private :Pathname -end |