stat.socket? â true or false
Instance Public methods
Returns true
if stat is a socket, false
if it isn't or if the operating system doesn't support this
feature.
1 | File .stat( "testfile" ).socket? #=> false |
Returns true
if stat is a socket, false
if it isn't or if the operating system doesn't support this
feature.
1 | File .stat( "testfile" ).socket? #=> false |
Designed by : w10schools
service@w10schools.com
Please login to continue.