Class: OS::Mac::CLTSDKLocator Private

Inherits:
BaseSDKLocator
  • Object
show all
Defined in:
os/mac/sdk.rb

Overview

This class is part of a private API. This class may only be used in the Homebrew/brew repository. Third parties should avoid using this class if possible, as it may be removed or changed without warning.

Helper class for locating the macOS Command Line Tools SDK.

Instance Method Summary collapse

Methods included from SystemCommand::Mixin

#system_command, #system_command!

Instance Method Details

#sourceSymbol

This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.

Returns:



165
166
167
# File 'os/mac/sdk.rb', line 165

def source
  :clt
end