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