Exemplo n.º 1
0
 public static void ivarSetFail(VariableSite site, IRubyObject self, IRubyObject value)
     throws Throwable {
   site.setVariable(self, value);
 }