Merge pull request #8490 from reitermarkus/document-livecheck-formula
Document `LivecheckFormula`.
This commit is contained in:
commit
d01fe62a9b
@ -21,5 +21,4 @@ Style/Documentation:
|
|||||||
- 'utils/gems.rb'
|
- 'utils/gems.rb'
|
||||||
- 'utils/popen.rb'
|
- 'utils/popen.rb'
|
||||||
- 'utils/shell.rb'
|
- 'utils/shell.rb'
|
||||||
- 'utils/livecheck_formula.rb'
|
|
||||||
- 'version.rb'
|
- 'version.rb'
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
# Helper module for parsing output of `brew livecheck`.
|
||||||
|
#
|
||||||
|
# @api private
|
||||||
module LivecheckFormula
|
module LivecheckFormula
|
||||||
module_function
|
module_function
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user