Trans schrieb:
> (...) though I would like to figure
> out how to copy classes and give them a name, instead of them appearing
> as numbers on #inspect.

   c = String.dup

   def c.to_s
     "MySpecialString"
   end

Regards,
Pit