Skip to content

Commit

Permalink
Alias method Config.keys to Config.sections
Browse files Browse the repository at this point in the history
  • Loading branch information
edipofederle committed Jun 10, 2024
1 parent a6823c9 commit 633fa12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/openssl/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,8 @@ def sections
@data.keys
end

alias keys sections

##
# Get the parsable form of the current configuration
#
Expand Down

0 comments on commit 633fa12

Please sign in to comment.