Document FormulaInfo.

This commit is contained in:
Markus Reiter 2020-08-17 06:04:12 +02:00
parent b6b102effb
commit 011649a785

View File

@ -1,7 +1,8 @@
# frozen_string_literal: true
# Formula info drawn from an external `brew info --json` call
# Formula information drawn from an external `brew info --json` call.
#
# @api private
class FormulaInfo
# The whole info structure parsed from the JSON
attr_accessor :info