chardev?()
No documentation available.
# File lib/fileutils.rb, line 1168 def chardev? s = lstat! s and s.chardev? end