lib/qonfig/commands/definition/compose.rb in qonfig-0.18.1 vs lib/qonfig/commands/definition/compose.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::Compose < Qonfig::Commands::Base
+ # @since 0.19.0
+ self.inheritable = true
+
# @return [Qonfig::DataSet]
#
# @api private
# @since 0.1.0
attr_reader :composable_data_set_klass