class Byebug::Runner
def initialize(stop = true, quit = true)
-
quit(Boolean) -- Whether the runner should quit right after -
stop(Boolean) -- Whether the runner should stop right before
def initialize(stop = true, quit = true) @stop = stop @quit = quit end