class Byebug::PryProcessor
def perform_down(options)
def perform_down(options) times = (options[:times] || 1).to_i Byebug::DownCommand.new(self, "down #{times}").execute resume_pry end
def perform_down(options) times = (options[:times] || 1).to_i Byebug::DownCommand.new(self, "down #{times}").execute resume_pry end