Remove redundant use of .to_s (#8917)

This commit is contained in:
SupeChicken666
2023-11-10 20:44:50 +08:00
committed by GitHub
parent ea6aca6d69
commit d6c5ce79e6
101 changed files with 293 additions and 293 deletions

View File

@@ -4,9 +4,9 @@ require_relative 'openssl'
class Libressl < Package
description 'LibreSSL is a version of the TLS/crypto stack forked from OpenSSL in 2014, with goals of modernizing the codebase, improving security, and applying best practice development processes.'
homepage 'https://www.libressl.org/'
version Openssl.version.to_s
license Openssl.license.to_s
compatibility Openssl.compatibility.to_s
version Openssl.version
license Openssl.license
compatibility Openssl.compatibility
is_fake