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