File: os_family.rb

package info (click to toggle)
ruby-launchy 2.5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 308 kB
  • sloc: ruby: 1,288; makefile: 6
file content (8 lines) | stat: -rw-r--r-- 139 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
module Launchy
  #
  # Model all the Operating system families that can exist.
  #
  class OSFamily
    extend DescendantTracker
  end
end