class Byebug::FinishCommand
def self.description
def self.description <<-DESCRIPTION fin[ish][ n_frames] #{short_description} If no number is given, we run until the current frame returns. If a number of frames `n_frames` is given, then we run until `n_frames` return from the current position. DESCRIPTION end