On 15 Oct 2008, at 21:33, Ben Johnson <[EMAIL PROTECTED] 
s.net> wrote:

>
> This is really strange:
>
>>> User.send(:merge_joins, "one", "two")
> => ["one", "two"]
>>> User.respond_to?(:merge_joins)
> => false
>
> Am I missing something here? Shouldn't the respond_to return true?
>
By default respond_to returns false if a method is private (such as  
merge_joins) but send ignores privateness and protectedness

Fred
> thanks for your help
> -- 
> Posted via http://www.ruby-forum.com/.
>
> >

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to