# frozen_string_literal: true module Getch module Gentoo # install|enable services for the next boot class Services def initialize x end protected def x Config::Iwd.new Config::Dhcp.new end end end end