Ejemplo n.º 1
0
 public RString(RObject arg) {
   this.str = arg.toString();
 }