Skip to content

Commit 633fa12

Browse files
committed
Alias method Config.keys to Config.sections
1 parent a6823c9 commit 633fa12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/openssl/config.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,8 @@ def sections
418418
@data.keys
419419
end
420420

421+
alias keys sections
422+
421423
##
422424
# Get the parsable form of the current configuration
423425
#

0 commit comments

Comments
 (0)