Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c4df75d

Browse files
BurdetteLamarpeterzhu2118
authored andcommitted
Remove trailing space
1 parent 3fbd1c8 commit c4df75d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pathname_builtin.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1358,7 +1358,7 @@ def blockdev?() FileTest.blockdev?(@path) end
13581358
# Pathname($stdin).chardev? # => false
13591359
# Pathname('nosuch').chardev? # => false
13601360
# ```
1361-
#
1361+
#
13621362
# The returned value is OS-dependent; on Windows, almost always `false`.
13631363
def chardev?() FileTest.chardev?(@path) end
13641364

0 commit comments

Comments
 (0)