org.jruby.ext.coverage
Class CoverageModule

java.lang.Object
  extended by org.jruby.ext.coverage.CoverageModule

public class CoverageModule
extends java.lang.Object

Implementation of Ruby 1.9.2's "Coverage" module


Constructor Summary
CoverageModule()
           
 
Method Summary
static IRubyObject result(ThreadContext context, IRubyObject self)
           
static IRubyObject start(ThreadContext context, IRubyObject self)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoverageModule

public CoverageModule()
Method Detail

start

public static IRubyObject start(ThreadContext context,
                                IRubyObject self)

result

public static IRubyObject result(ThreadContext context,
                                 IRubyObject self)


Copyright © 2002-2009 JRuby Team. All Rights Reserved.