DEBSOURCES
Skip Quicknav
sources / ruby-launchy / 2.5.2-1 / lib / launchy / os_family.rb
12345678
module Launchy # # Model all the Operating system families that can exist. # class OSFamily extend DescendantTracker end end