class PryByebug::StepCommand

Run a number of Ruby statements and then stop again

Public Instance Methods

process() click to toggle source
# File lib/pry-byebug/commands/step.rb, line 24
def process
  PryByebug.check_file_context(target)

  breakout_navigation :step, times: args.first
end