From: Luiz Vitor Martinez Cardoso Date: 2008-07-14T04:18:09+09:00 Subject: Passing arguments to a class, how do? ------=_Part_24944_1428419.1215976954319 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I'm learning Ruby, and i need to solve a problem: class Person def namer=(name, surname) @var = name @car = surname end end object = Person.new object.namer = (how to pass the params here) ? Thanks for your attention! -- Regards, Luiz Vitor Martinez Cardoso cel.: (11) 8187-8662 blog: rubz.org engineer student at maua.br ------=_Part_24944_1428419.1215976954319--