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