Class: OS::Mac::CLTSDKLocator Private
- Inherits:
-
BaseSDKLocator
- Object
- BaseSDKLocator
- OS::Mac::CLTSDKLocator
- Defined in:
- Library/Homebrew/os/mac/sdk.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Helper class for locating the macOS Command Line Tools SDK.
Instance Method Summary collapse
- #source ⇒ Object private
Instance Method Details
#source ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
118 119 120 |
# File 'Library/Homebrew/os/mac/sdk.rb', line 118 def source :clt end |