From: mcr@... Date: 2018-02-11T21:18:26+00:00 Subject: [ruby-core:85502] [CommonRuby Feature#14465] rename/alias and then obsolete UDPSocket::send Issue #14465 has been reported by mcr (Michael Richardson). ---------------------------------------- Feature #14465: rename/alias and then obsolete UDPSocket::send https://bugs.ruby-lang.org/issues/14465 * Author: mcr (Michael Richardson) * Status: Open * Priority: Normal * Assignee: * Target version: ---------------------------------------- The method name "send" on UDPSocket is confusing and inconsistent. The underlying libc method is called sendto(2) (or sendmsg()). The method "send" is confused with I suggest: 1. we rename it to sendto, leaving an alias. 2. mark UDPSocket::send as obsoleted 3. remove it in a future version Some things like Celluloid::IO and the like will need encouragement to duck type the new interface sooner. -- https://bugs.ruby-lang.org/ Unsubscribe: