From 633fa12e7b0ee647373bfc085d7a2f42ec39080b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89dipo=20F=C3=A9derle?= Date: Mon, 10 Jun 2024 13:42:10 -0300 Subject: [PATCH] Alias method Config.keys to Config.sections --- lib/openssl/config.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/openssl/config.rb b/lib/openssl/config.rb index 191ee8e3..5e4c51f7 100644 --- a/lib/openssl/config.rb +++ b/lib/openssl/config.rb @@ -418,6 +418,8 @@ def sections @data.keys end + alias keys sections + ## # Get the parsable form of the current configuration #