From: "zzak (Zachary Scott)" Date: 2012-10-07T04:40:53+09:00 Subject: [ruby-core:47856] [ruby-trunk - Bug #7105] Socket documentation fix Issue #7105 has been updated by zzak (Zachary Scott). Assignee set to zzak (Zachary Scott) Target version set to 2.0.0 ---------------------------------------- Bug #7105: Socket documentation fix https://bugs.ruby-lang.org/issues/7105#change-30126 Author: davidbalbert (David Albert) Status: Open Priority: Normal Assignee: zzak (Zachary Scott) Category: DOC Target version: 2.0.0 ruby -v: 2.0.0dev The "Quick start" section of the Socket documentation refers to the Socket::INET constant, which doesn't exist. I've attached a small patch changing the reference to Socket::AF_INET, which seems consistent with the rest of the documentation (the alternative would be Socket::PF_INET, which has the same value). -- http://bugs.ruby-lang.org/