From: Claudio Bustos Date: 2010-02-23T02:55:56+09:00 Subject: Re: using Shoes as GUI > 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 first end: for loop second end: def end third end: class end fourth end: ? You miss a "end" -- Posted via http://www.ruby-forum.com/.