public static class DelegateLibrary.Delegator
extends java.lang.Object
Constructor and Description |
---|
DelegateLibrary.Delegator() |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
__getobj__(ThreadContext context,
IRubyObject self) |
static IRubyObject |
initialize(ThreadContext context,
IRubyObject self,
IRubyObject obj) |
static IRubyObject |
marshal_dump(ThreadContext context,
IRubyObject self) |
static IRubyObject |
marshal_load(ThreadContext context,
IRubyObject self,
IRubyObject obj) |
static IRubyObject |
method_missing(ThreadContext context,
IRubyObject self,
IRubyObject[] args,
Block block) |
static IRubyObject |
method(ThreadContext context,
IRubyObject self,
IRubyObject name) |
static IRubyObject |
repond_to_p(ThreadContext context,
IRubyObject self,
IRubyObject name) |
static IRubyObject |
send(ThreadContext context,
IRubyObject self,
IRubyObject[] args,
Block block) |
public static IRubyObject initialize(ThreadContext context, IRubyObject self, IRubyObject obj)
public static IRubyObject method_missing(ThreadContext context, IRubyObject self, IRubyObject[] args, Block block)
public static IRubyObject send(ThreadContext context, IRubyObject self, IRubyObject[] args, Block block)
public static IRubyObject method(ThreadContext context, IRubyObject self, IRubyObject name)
public static IRubyObject repond_to_p(ThreadContext context, IRubyObject self, IRubyObject name)
public static IRubyObject __getobj__(ThreadContext context, IRubyObject self)
public static IRubyObject marshal_dump(ThreadContext context, IRubyObject self)
public static IRubyObject marshal_load(ThreadContext context, IRubyObject self, IRubyObject obj)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.