public class NativeDelegateLibrary extends Object implements Library
Constructor and Description |
---|
NativeDelegateLibrary() |
Modifier and Type | Method and Description |
---|---|
void |
load(Ruby runtime,
boolean wrap) |
static IRubyObject |
method_missing(ThreadContext context,
IRubyObject self,
IRubyObject[] args,
Block block) |
static IRubyObject |
method_missing(ThreadContext context,
IRubyObject self,
IRubyObject arg0,
Block block) |
static IRubyObject |
method_missing(ThreadContext context,
IRubyObject self,
IRubyObject arg0,
IRubyObject arg1,
Block block) |
static IRubyObject |
method_missing(ThreadContext context,
IRubyObject self,
IRubyObject arg0,
IRubyObject arg1,
IRubyObject arg2,
Block block) |
public static IRubyObject method_missing(ThreadContext context, IRubyObject self, IRubyObject arg0, Block block)
public static IRubyObject method_missing(ThreadContext context, IRubyObject self, IRubyObject arg0, IRubyObject arg1, Block block)
public static IRubyObject method_missing(ThreadContext context, IRubyObject self, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block)
public static IRubyObject method_missing(ThreadContext context, IRubyObject self, IRubyObject[] args, Block block)
Copyright © 2001-2014 JRuby. All Rights Reserved.