summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-07-08 08:57:05 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-07-08 08:57:05 +0000
commita359646cf1baac2e67e79c03f6ac6291a674b9e1 (patch)
tree9fc67ff0bb8a4646f2801ce4a14d1df93110f405
parent3914f55167468d28565557c6d2e763b337a9de22 (diff)
downloadruby-a359646cf1baac2e67e79c03f6ac6291a674b9e1.tar.gz
ruby-a359646cf1baac2e67e79c03f6ac6291a674b9e1.tar.xz
ruby-a359646cf1baac2e67e79c03f6ac6291a674b9e1.zip
update doc.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10487 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--lib/pathname.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/pathname.rb b/lib/pathname.rb
index 7eaa82b7c..e4ca5489c 100644
--- a/lib/pathname.rb
+++ b/lib/pathname.rb
@@ -15,6 +15,10 @@
# == Pathname
#
# Pathname represents a pathname which locates a file in a filesystem.
+# The pathname depends on OS: Unix, Windows, etc.
+# Pathname library works with pathnames of local OS.
+# However non-Unix pathnames are supported experimentally.
+#
# It does not represent the file itself.
# A Pathname can be relative or absolute. It's not until you try to
# reference the file that it even matters whether the file exists or not.