Skip to content

Commit

Permalink
Return exit
Browse files Browse the repository at this point in the history
  • Loading branch information
vadtel committed Feb 19, 2024
1 parent 4d1aa16 commit ef3a3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def merge!(hash)
end

# Some keywords that don't play nicely with OpenStruct
SETTINGS_RESERVED_NAMES = %w[select collect test count zip min max table].freeze
SETTINGS_RESERVED_NAMES = %w[select collect test count zip min max exit! table].freeze

# Some keywords that don't play nicely with Rails 7.*
RAILS_RESERVED_NAMES = %w[maximum minimum].freeze
Expand Down

0 comments on commit ef3a3ef

Please sign in to comment.