Parent

Methods

SporkDebugger

Experimental!

Constants

DEFAULT_PORT
HOST

Attributes

state[R]
instance[R]

Public Class Methods

new() click to toggle source
    # File lib/spork/ext/ruby-debug.rb, line 24
24:   def initialize
25:     @state = SporkDebugger::PreloadState.new
26:     Spork.send(:each_run_procs).unshift(lambda do
27:       @state = @state.transition_to_each_run_state
28:     end)
29:   end
run() click to toggle source
    # File lib/spork/ext/ruby-debug.rb, line 19
19:     def run
20:       @instance ||= new
21:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.