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