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