Skip to content

Commit

Permalink
Fix missing paren [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
znz committed May 6, 2022
1 parent d79e083 commit 67950a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions file.c
Expand Up @@ -1734,8 +1734,8 @@ rb_file_socket_p(VALUE obj, VALUE fname)
*
* Returns +true+ if +filepath+ points to a block device, +false+ otherwise:
*
* File.blockdev?('/dev/sda1') # => true
* File.blockdev?(File.new('t.tmp') # => false
* File.blockdev?('/dev/sda1') # => true
* File.blockdev?(File.new('t.tmp')) # => false
*
*/

Expand Down

0 comments on commit 67950a4

Please sign in to comment.