On 23-Aug-05, at 12:32 AM, Brian Takita wrote:
> t = Test.new({:test=>'test one'})
Just as a supplementary note, the hash literals aren't required. You
would get the same result with:
t = Test.new(:test=>'test one')
--
Jeremy Tregunna
"If debugging is the process of removing bugs, then programming must be
the process of putting them in." --Dykstra