This commit is contained in:
Douglas Eichelberger 2025-02-24 09:56:33 -08:00
parent ca8759605c
commit 49ee4d5720
No known key found for this signature in database
GPG Key ID: F90193CBD547EB81

View File

@ -447,22 +447,22 @@ class Formula
# The description of the software.
# @!method desc
# @see .desc=
# @see .desc
delegate desc: :"self.class"
# The SPDX ID of the software license.
# @!method license
# @see .license=
# @see .license
delegate license: :"self.class"
# The homepage for the software.
# @!method homepage
# @see .homepage=
# @see .homepage
delegate homepage: :"self.class"
# The livecheck specification for the software.
# @!method livecheck
# @see .livecheck=
# @see .livecheck
delegate livecheck: :"self.class"
# Is a livecheck specification defined for the software?