You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by "Darryl L. Pierce (JIRA)" <ji...@apache.org> on 2015/04/29 20:45:06 UTC

[jira] [Resolved] (PROTON-872) Ruby Messenger should not use send as it conflicts with Ruby's Object::send method

     [ https://issues.apache.org/jira/browse/PROTON-872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Darryl L. Pierce resolved PROTON-872.
-------------------------------------
    Resolution: Not A Problem

Ruby doesn't recommend using send, so using that name should not be a concern.

> Ruby Messenger should not use send as it conflicts with Ruby's Object::send method
> ----------------------------------------------------------------------------------
>
>                 Key: PROTON-872
>                 URL: https://issues.apache.org/jira/browse/PROTON-872
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: ruby-binding
>    Affects Versions: 0.9
>            Reporter: Darryl L. Pierce
>            Assignee: Darryl L. Pierce
>
> Ruby's Object class has a method named "send" that is used for programmatically invoking methods on an instance of a class. Classes should not use "send" but instead use a different name for such methods.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)