Interesting. I had no idea this existed. I think I'll need to remove
the big layer of dust from my 'Ruby for Rails' book and restudy these
things again.
Read fairly quickly (since you probably know it all, already) just up to
section 1.13 ("The truth? You couldn't handle the truth!"). You will at
that point suddenly understand this syntax and why it is needed. m.
···
Tom <hombre@gmail.com> wrote:
As happens so many times, a few tries later, I figured out that I need
to do this:
...
def T::t(x)
...
And then all works fine.
Which leads to the follow: why was the language designed this way? It
all seems a bit redundant.