diff options
| -rw-r--r-- | pathname_builtin.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pathname_builtin.rb b/pathname_builtin.rb index ec280ddfbb..9bdb5470c0 100644 --- a/pathname_builtin.rb +++ b/pathname_builtin.rb @@ -1358,7 +1358,7 @@ class Pathname # * FileTest * # Pathname($stdin).chardev? # => false # Pathname('nosuch').chardev? # => false # ``` - # + # # The returned value is OS-dependent; on Windows, almost always `false`. def chardev?() FileTest.chardev?(@path) end |
