class PryByebug::StepCommand
Run a number of Ruby statements and then stop again
def process
def process PryByebug.check_file_context(target) breakout_navigation :step, times: args.first end
Run a number of Ruby statements and then stop again
def process PryByebug.check_file_context(target) breakout_navigation :step, times: args.first end