method
unix_socket_abstract_name?
ruby latest stable - Class:
Socket
unix_socket_abstract_name?(path)private
No documentation available.
# File ext/socket/lib/socket.rb, line 1133
def unix_socket_abstract_name?(path)
/linux/ =~ RUBY_PLATFORM && /\A(\00||\z)/ =~ path
end