public class RubySignal
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
NAMES |
Constructor and Description |
---|
RubySignal() |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
__jtrap_kernel(IRubyObject recv,
IRubyObject block,
IRubyObject sig) |
static void |
createSignal(Ruby runtime) |
static IRubyObject |
list(ThreadContext context,
IRubyObject recv) |
static IRubyObject |
trap(ThreadContext context,
IRubyObject recv,
IRubyObject[] args,
Block block) |
public static void createSignal(Ruby runtime)
public static IRubyObject trap(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block)
public static IRubyObject list(ThreadContext context, IRubyObject recv)
public static IRubyObject __jtrap_kernel(IRubyObject recv, IRubyObject block, IRubyObject sig)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.