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