Andrew Hunt <andy / Toolshed.Com> writes:

> > In message "[ruby-talk:02617] irb for 1.5.x"
> >     on 00/05/02, Andrew Hunt <Andy / Toolshed.Com> writes:
> > 
> > |1) First problem I get is ruby-token.rb:260:in `def_token': undefined
> > |   method `intern' for :TkCLASS:Symbol (NameError)
>   token_n = token_n.id2name unless token_n.kind_of?(String)
> 
> Thanks, that fixes the first problem.  However, irb still exits if
> you make a syntax error.  For instance:

Is this because of the reclassification of the SyntaxError exception?