Module: OS::Linux::CompilerSelector::ClassMethods Private
- Extended by:
- T::Helpers
- Defined in:
- extend/os/linux/compilers.rb
This module is part of a private API. This module may only be used in the Homebrew/brew repository. Third parties should avoid using this module if possible, as it may be removed or changed without warning.
Instance Method Summary collapse
- #preferred_gcc ⇒ String private
Instance Method Details
#preferred_gcc ⇒ String
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.
13 14 15 |
# File 'extend/os/linux/compilers.rb', line 13 def preferred_gcc OS::LINUX_PREFERRED_GCC_COMPILER_FORMULA end |