summaryrefslogtreecommitdiff
path: root/lib/pathname.rb
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-11-25 05:00:06 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-11-25 05:00:06 +0000
commit21ef0b6b1ccc05a99b026c18cedb785b7bc3f138 (patch)
tree2c16cf28f12526fc341eb8f028e14af298951417 /lib/pathname.rb
parent7a400f15897891afa666eb1add6377e8932d967a (diff)
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
Diffstat (limited to 'lib/pathname.rb')
-rw-r--r--lib/pathname.rb1
1 files changed, 1 insertions, 0 deletions
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 <akr@m17n.org>
# 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.
#