global

def start_with_pry_byebug(_ = {})

def start_with_pry_byebug(_ = {})
  Byebug::PryProcessor.start unless ENV["DISABLE_PRY"]
end