From: "davidbalbert (David Albert)" Date: 2012-10-04T06:55:11+09:00 Subject: [ruby-core:47828] [ruby-trunk - Bug #7105][Open] Socket documentation fix Issue #7105 has been reported by davidbalbert (David Albert). ---------------------------------------- Bug #7105: Socket documentation fix https://bugs.ruby-lang.org/issues/7105 Author: davidbalbert (David Albert) Status: Open Priority: Normal Assignee: Category: DOC Target version: 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/