From: "drbrain (Eric Hodel)" Date: 2013-05-29T12:32:20+09:00 Subject: [ruby-core:55193] [ruby-trunk - Feature #8459][Assigned] Idiomatic method names for Socket Issue #8459 has been updated by drbrain (Eric Hodel). Tracker changed from Bug to Feature Status changed from Open to Assigned Assignee set to akr (Akira Tanaka) ---------------------------------------- Feature #8459: Idiomatic method names for Socket https://bugs.ruby-lang.org/issues/8459#change-39554 Author: adkron (Amos King) Status: Assigned Priority: Normal Assignee: akr (Akira Tanaka) Category: ext Target version: next minor In order to still have the POSIX standard functionality as well as an alternative idiomatic ruby version it would be nice to have some of the methods aliased in the core. ie Soket.gethostname => Socket.hostname There is already a pull request open on the github version of Ruby. https://github.com/ruby/ruby/pull/320#issuecomment-18591614 Again this changes none of the current method names. This is only to add some idiomatic method names to match. -- http://bugs.ruby-lang.org/