class Byebug::Command

def match(input)


Command's regexp match against an input
def match(input)
  regexp.match(input)
end