From: Moe Fred Date: 2010-02-22T15:04:39+09:00 Subject: Re: using Shoes as GUI Eric Christopherson wrote: > > Try taking out ":board" after "class Movechecker". I did i got the same error Eric syntax unexpected $end expecting Kend this is the code Shoes.app :width=> 400, :height=>400 do class Movechecker attr_accessor :board def initialize @board = [] for r in 0...17 @board [r] = 0 end end end hopefully this is what you meant -- Posted via http://www.ruby-forum.com/.