public class RubyRunnable extends Object implements ThreadedRunnable
Constructor and Description |
---|
RubyRunnable(RubyThread rubyThread,
IRubyObject[] args,
Block currentBlock) |
Modifier and Type | Method and Description |
---|---|
Thread |
getJavaThread() |
RubyThread |
getRubyThread()
Deprecated.
|
void |
run() |
public RubyRunnable(RubyThread rubyThread, IRubyObject[] args, Block currentBlock)
@Deprecated public RubyThread getRubyThread()
public Thread getJavaThread()
getJavaThread
in interface ThreadedRunnable
public void run()
run
in interface Runnable
run
in interface ThreadedRunnable
Copyright © 2001-2016 JRuby. All Rights Reserved.