method

chardev?

chardev?()
public

No documentation available.

# File lib/fileutils.rb, line 1270
    def chardev?
      s = lstat!
      s and s.chardev?
    end