brew/Library/Homebrew/extend/os/diagnostic.rb

8 lines
138 B
Ruby
Raw Normal View History

# frozen_string_literal: true
2018-05-12 11:47:12 -05:00
if OS.mac?
require "extend/os/mac/diagnostic"
elsif OS.linux?
require "extend/os/linux/diagnostic"
end