method
socket?
v2_4_6 -
Show latest stable
- Class:
FileUtils::Entry_
socket?()public
No documentation available.
# File lib/fileutils.rb, line 1176
def socket?
s = lstat!
s and s.socket?
end socket?()No documentation available.
# File lib/fileutils.rb, line 1176
def socket?
s = lstat!
s and s.socket?
end