summaryrefslogtreecommitdiff
path: root/lib/pathname.rb
diff options
context:
space:
mode:
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.
#