예제 #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;
 }