summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBurdetteLamar <burdettelamar@yahoo.com>2026-05-16 18:23:19 +0100
committerPeter Zhu <peter@peterzhu.ca>2026-05-16 15:25:24 -0400
commitc4df75dc028a3de2a1ef3cccd1e7af4fd216df9f (patch)
tree55d0418cedcd7e150cdabc7a6e596aa54c71d2bd
parent3fbd1c8b86e07dc462ccdf314003ae767bb848a1 (diff)
Remove trailing space
-rw-r--r--pathname_builtin.rb2
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