On Jan 8, 2008 2:47 PM, Chris Olsen <[EMAIL PROTECTED]> wrote:
> Will obj.send(:method) work in 1.9 or is it saying that the send call
> requires 2 params, the method and the object reference?

In 1.9 you can say obj.send!(:method) even if :method is private.
obj.send(:method) will not work for private methods.
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to