method
blockdev?

blockdev?()
public
Hide source
# File lib/fileutils.rb, line 1149 def blockdev? s = lstat! s and s.blockdev? end