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
-
#install ⇒ Object
private
-
#patch ⇒ Object
private
-
#test ⇒ Object
private
Instance Method Details
#install ⇒ Object
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.
15 16 17 |
# File 'debrew.rb', line 15 def install Debrew.debrew { super } end |
#patch ⇒ Object
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.
19 20 21 |
# File 'debrew.rb', line 19 def patch Debrew.debrew { super } end |
#test ⇒ Object
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.
23 24 25 |
# File 'debrew.rb', line 23 def test Debrew.debrew { super } end |