class Byebug::Command

def initialize(processor, input = self.class.to_s)

def initialize(processor, input = self.class.to_s)
  @processor = processor
  @match = match(input)
end