N
Neulinger Robert \(SMS T CARS SW External\)
Hello,
I'm tying to overload the "! operator", which should be possible due
to the explanation in the book "Programming ruby" -> The Ruby
Language ->Operator Expressions,
but it's not working.
On the other hand in the FAQ the ! operator is marked as non-overloadable.
---------------
http://www.rubycentral.com/faq/rubyfaq-7.html
See section 7.2...
However, the following are built-in control structures, not methods, which
cannot be overridden.
=,
--------------
What is the truth and/or how does it work?
Thanks for help in advance Robert
I'm tying to overload the "! operator", which should be possible due
to the explanation in the book "Programming ruby" -> The Ruby
Language ->Operator Expressions,
but it's not working.
On the other hand in the FAQ the ! operator is marked as non-overloadable.
---------------
http://www.rubycentral.com/faq/rubyfaq-7.html
See section 7.2...
However, the following are built-in control structures, not methods, which
cannot be overridden.
=,
--------------
What is the truth and/or how does it work?
Thanks for help in advance Robert