class Byebug::UpCommand

def regexp

:nodoc:
def regexp
  /^\s* u(?:p)? (?:\s+(.*))?$/x
end