From caf7729337cddbe3c6604fd759b4687b61dd3b0d Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 25 Nov 2003 05:00:06 +0000 Subject: add document that pathname.rb supports only Unix style pathnames. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5018 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/pathname.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/pathname.rb b/lib/pathname.rb index 310c26987..6f78f17fc 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. # -- cgit