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