1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
akr 2003-11-25 05:00:06 +00:00
parent 7a400f1589
commit 21ef0b6b1c

View file

@ -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.
#