class Byebug::Command

def match(input)

def match(input)
  @match = regexp.match(input)
end