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