Subject: Re: Still looking for a Ruby MUD client
From: "Dave Burt" <dave burt.id.au>
Date: Tue, 30 Aug 2005 16:52:27 +0900
References: 153067153069153089154170154195154208
Jon wrote:
> Nah, here's a complete mud in a mere 15 lines of ruby thats loaded with
> features.
> ...
> p x.n if x.s||x.t=:o};p t.join '|';when/(^#{t.empty? ? "\1" : t.join('|^')})/
^
I believe that's a bug - "=" should be "==" :)
Cheers,
Dave