コード例 #1
0
ファイル: Pointer.java プロジェクト: cthulhua/jruby
 @Override
 public IRubyObject call(
     ThreadContext context,
     IRubyObject self,
     RubyModule clazz,
     String name,
     IRubyObject[] args,
     Block block) {
   ARITY.checkArity(context.runtime, args);
   return nullPointer;
 }