Flowdock
method

unix_socket_abstract_name?

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: Socket
unix_socket_abstract_name?(path) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File ext/socket/lib/socket.rb, line 1133
    def unix_socket_abstract_name?(path)
      /linux/ =~ RUBY_PLATFORM && /\A(\00||\z)/ =~ path
    end
Register or log in to add new notes.