lib/qonfig/commands/definition/add_option.rb in qonfig-0.18.1 vs lib/qonfig/commands/definition/add_option.rb in qonfig-0.19.0
- old
+ new
@@ -1,9 +1,12 @@
# frozen_string_literal: true
# @api private
# @since 0.1.0
class Qonfig::Commands::Definition::AddOption < Qonfig::Commands::Base
+ # @since 0.19.0
+ self.inheritable = true
+
# @return [Symbol, String]
#
# @api private
# @since 0.1.0
attr_reader :key