lib/launchy/os_family.rb



# frozen_string_literal: true

module Launchy
  #
  # Model all the Operating system families that can exist.
  #
  class OSFamily
    extend DescendantTracker
  end
end