class Byebug::FrameCommand

def regexp

def regexp
  / ^\s*
    f(?:rame)?
    (?: \s+ (\S+))? \s*
    $/x
end