[#3006] mismatched quotation — "stevan apter" <apter@...>

ruby documentation uses a punctuation convention i've never seen

13 messages 2000/05/27

[ruby-talk:02675] Re: irb for 1.5.x

From: Dave Thomas <Dave@...>
Date: 2000-05-10 03:12:21 UTC
List: ruby-talk #2675
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?

In This Thread