aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend/os/diagnostic.rb
blob: 0c844743b6c39be3356aeedc838d60455cb402cc (plain)
1
2
3
4
5
require "diagnostic"

if OS.mac?
  require "extend/os/mac/diagnostic"
end