method
options
v5.2.3 -
Show latest stable
- Class:
ActiveSupport::EncryptedConfiguration
options()private
No documentation available.
# File activesupport/lib/active_support/encrypted_configuration.rb, line 37
def options
@options ||= ActiveSupport::InheritableOptions.new(config)
end