Fix missing paren [ci skip]
This commit is contained in:
parent
d79e0832a5
commit
67950a4c0a
4
file.c
4
file.c
@ -1734,8 +1734,8 @@ rb_file_socket_p(VALUE obj, VALUE fname)
|
|||||||
*
|
*
|
||||||
* Returns +true+ if +filepath+ points to a block device, +false+ otherwise:
|
* Returns +true+ if +filepath+ points to a block device, +false+ otherwise:
|
||||||
*
|
*
|
||||||
* File.blockdev?('/dev/sda1') # => true
|
* File.blockdev?('/dev/sda1') # => true
|
||||||
* File.blockdev?(File.new('t.tmp') # => false
|
* File.blockdev?(File.new('t.tmp')) # => false
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user