mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix missing paren [ci skip]
This commit is contained in:
parent
d79e0832a5
commit
67950a4c0a
1 changed files with 2 additions and 2 deletions
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:
|
||||
*
|
||||
* File.blockdev?('/dev/sda1') # => true
|
||||
* File.blockdev?(File.new('t.tmp') # => false
|
||||
* File.blockdev?('/dev/sda1') # => true
|
||||
* File.blockdev?(File.new('t.tmp')) # => false
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue