示例#1
0
 @Override
 public IRubyObject call(
     ThreadContext context,
     IRubyObject self,
     RubyModule clazz,
     String name,
     IRubyObject[] args,
     Block block) {
   ARITY.checkArity(context.runtime, args);
   return nullPointer;
 }