コード例 #1
0
ファイル: Bootstrap.java プロジェクト: godfat/jruby
 public static IRubyObject ivarGetFail(VariableSite site, IRubyObject self) throws Throwable {
   return site.getVariable(self);
 }