Andrew Huh? wrote: > I tried to assign the values as: > BlahBlah.something=(5,10) > and > BlahBlah.something=5,10 > and > BlahBlah.something(5,10) > blah = BlahBlah.new blah.__send__(:something=, 5, 10) Though it's likely a dumb idea to define =-methods in this way.