From 21ef0b6b1ccc05a99b026c18cedb785b7bc3f138 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 25 Nov 2003 05:00:06 +0000 Subject: [PATCH] add document that pathname.rb supports only Unix style pathnames. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5018 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/pathname.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pathname.rb b/lib/pathname.rb index 310c269875..6f78f17fc8 100644 --- a/lib/pathname.rb +++ b/lib/pathname.rb @@ -3,6 +3,7 @@ # Author:: Tanaka Akira # Pathname represents a pathname which locates a file in a filesystem. +# It supports only Unix style pathnames. # # Pathname is immutable. It has no method for destructive update. #