document FormulaConflict

This commit is contained in:
Adam Vandenberg 2014-02-22 07:51:33 -08:00
parent 108339ae0f
commit 88865416e9

View File

@ -1,3 +1,4 @@
# Used to track formulae that cannot be installed at the same time
FormulaConflict = Struct.new(:name, :reason)
# Used to annotate formulae that duplicate OS X provided software