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