public class CoverageModule
extends java.lang.Object
Constructor and Description |
---|
CoverageModule() |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
peek_result(ThreadContext context,
IRubyObject self) |
static IRubyObject |
result(ThreadContext context,
IRubyObject self) |
static IRubyObject |
running_p(ThreadContext context,
IRubyObject self) |
static IRubyObject |
start(ThreadContext context,
IRubyObject self) |
public static IRubyObject start(ThreadContext context, IRubyObject self)
public static IRubyObject result(ThreadContext context, IRubyObject self)
public static IRubyObject peek_result(ThreadContext context, IRubyObject self)
public static IRubyObject running_p(ThreadContext context, IRubyObject self)
Copyright © 2001-2020 JRuby. All Rights Reserved.