1 28 package org.jruby.internal.runtime.methods; 29 30 import org.jruby.runtime.Block; 31 import org.jruby.runtime.ThreadContext; 32 import org.jruby.runtime.builtin.IRubyObject; 33 34 public class NoopMultiStub implements MultiStub { 35 public IRubyObject method0(ThreadContext tc, IRubyObject self, IRubyObject[] args, Block block) { return null; } 36 public IRubyObject method1(ThreadContext tc, IRubyObject self, IRubyObject[] args, Block block) { return null; } 37 public IRubyObject method2(ThreadContext tc, IRubyObject self, IRubyObject[] args, Block block) { return null; } 38 public IRubyObject method3(ThreadContext tc, IRubyObject self, IRubyObject[] args, Block block) { return null; } 39 public IRubyObject method4(ThreadContext tc, IRubyObject self, IRubyObject[] args, Block block) { return null; } 40 public IRubyObject method5(ThreadContext tc, IRubyObject self, IRubyObject[] args, Block block) { return null; } 41 public IRubyObject method6(ThreadContext tc, IRubyObject self, IRubyObject[] args, Block block) { return null; } 42 public IRubyObject method7(ThreadContext tc, IRubyObject self, IRubyObject[] args, Block block) { return null; } 43 public IRubyObject method8(ThreadContext tc, IRubyObject self, IRubyObject[] args, Block block) { return null; } 44 public IRubyObject method9(ThreadContext tc, IRubyObject self, IRubyObject[] args, Block block) { return null; } 45 } 46 | Popular Tags |