Module: OnSystem::MacOSAndLinux

Included in:
Formula, Formula, Homebrew::Service, PourBottleCheck, Resource, SoftwareSpec
Defined in:
extend/on_system.rb

Class Method Summary collapse

Class Method Details

.included(base) ⇒ void

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.

This method returns an undefined value.

Parameters:

  • base (Class)


154
155
156
157
158
# File 'extend/on_system.rb', line 154

def self.included(base)
  OnSystem.setup_arch_methods(base)
  OnSystem.setup_base_os_methods(base)
  OnSystem.setup_macos_methods(base)
end