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:
parent
7a400f1589
commit
21ef0b6b1c
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue