Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > socketライブラリ > Socket::Constantsモジュール > AF_LOCAL
AF_LOCAL -> Integer[permalink][rdoc]AF_UNIX -> IntegerPF_LOCAL -> IntegerPF_UNIX -> IntegerUnix domain socket。 Socket.open の第一引数 domain に使用します。
[SEE_ALSO] sys/socket.h(header), unix(7linux)