>>>>> "n" == nobu nokada <nobu.nokada / softhome.net> writes: n> Try this patch. You have the same with class A def to_str String.new(nil.to_s) end end a = "a" b = A.new a.send(b) Guy Decoux p.s. : plruby don't like this case, and it's protected against it ...