예제 #1
0
파일: Bootstrap.java 프로젝트: godfat/jruby
 public static void ivarSetFail(VariableSite site, IRubyObject self, IRubyObject value)
     throws Throwable {
   site.setVariable(self, value);
 }