class PryByebug::BreakCommand

def option_to_method(option)

def option_to_method(option)
  "process_#{option.to_s.tr('-', '_')}"
end