Subject: Re: Trouble parsing against a hash
From: Jeff Cohen <cohen.jeff gmail.com>
Date: Tue, 15 Aug 2006 03:13:09 +0900
References: 208360
In-reply-to: 208360
You're missing a closing quote in the last value of the hash:
> :wh650b1p => 'lrr000', :wh650b2p => 'lrr000 }
should be :
:wh650b1p => 'lrr000', :wh650b2p => 'lrr000' }
Jeff
softiesonrails.com
--
Posted via http://www.ruby-forum.com/.