lib/qonfig/commands/definition/expose_json.rb in qonfig-0.18.1 vs lib/qonfig/commands/definition/expose_json.rb in qonfig-0.19.0
- old
+ new
@@ -1,9 +1,12 @@
# frozen_string_literal: true
# @api private
# @since 0.14.0
class Qonfig::Commands::Definition::ExposeJSON < Qonfig::Commands::Base
+ # @since 0.19.0
+ self.inheritable = true
+
# @return [Hash]
#
# @api private
# @since 0.14.0
EXPOSERS = { file_name: :file_name, env_key: :env_key }.freeze