File: detect.rb

package info (click to toggle)
ruby-launchy 3.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 304 kB
  • sloc: ruby: 1,051; makefile: 6
file content (12 lines) | stat: -rw-r--r-- 280 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# frozen_string_literal: true

module Launchy
  # Internal: Namespace for detecting the environment that Launchy is running in
  #
  module Detect
  end
end

require "launchy/detect/host_os"
require "launchy/detect/host_os_family"
require "launchy/detect/nix_desktop_environment"