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