Module: Debrew::Formula Private

Defined in:
debrew.rb

Overview

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.

Module for allowing to debug formulae.

Instance Method Summary collapse

Instance Method Details

#installvoid

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.



11
12
13
# File 'debrew.rb', line 11

def install
  Debrew.debrew { super }
end

#patchvoid

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.



16
17
18
# File 'debrew.rb', line 16

def patch
  Debrew.debrew { super }
end

#testBasicObject

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:

  • (BasicObject)


24
25
26
# File 'debrew.rb', line 24

def test
  Debrew.debrew { super }
end