Not found
The exact documentation you were looking for could not be found. Here is the best guess.
blockdev?()
public
Show source
static VALUE
path_blockdev_p(VALUE self)
{
return rb_funcall(rb_mFileTest, rb_intern("blockdev?"), 1, get_strpath(self));
}