Ruby on Rails 8.0.3 Class ActiveSupport::InheritableOptions < ActiveSupport::OrderedOptions activesupport/lib/active_support/ordered_options.rb Inheritable Options¶ ↑ InheritableOptions provides a constructor to build an OrderedOptions hash inherited from another hash. Use this if you already have some hash and you want to create a new one based on it. h = ActiveSupport::InheritableOptions.new({ g