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