method

socket?

socket?()
public

No documentation available.

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