Sha256: bc4f67d87d110f57c6a74f4567dd330ea48aa5eedb31c4b2586d1afbfd4ca6d1
Contents?: true
Size: 250 Bytes
Versions: 11
Compression:
Stored size: 250 Bytes
Contents
import org.jruby.runtime.EventHook; public abstract class RcovHook extends EventHook { /** returns true if the hook is set */ abstract boolean isActive(); /** used to mark the hook set or unset */ abstract void setActive(boolean active); }
Version data entries
11 entries across 11 versions & 2 rubygems