From: dobest03 Date: 2005-05-17T13:55:30+09:00 Subject: Re: Newbie: pinpoint my mistake please.. Chris Pine 작성: > So, without giving away too much (because sometimes less teaching > means more learning :) I see.. Right. >I'd say try again, but make Accounts it's own > class (no inheritance) with either two instance variables set to > Account.new(whatever), or an array of accounts, or even a hash with > something like {'checking' => Account.new(something), 'savings' => > Account.new(something_else)}, depending on how you see it being used. Thanks. I tried all the suggested way and succeeded the test..