lib/qonfig/commands/expose_yaml.rb in qonfig-0.12.0 vs lib/qonfig/commands/expose_yaml.rb in qonfig-0.13.0
- old
+ new
@@ -58,15 +58,16 @@
@strict = strict
@via = via
@env = env
end
+ # @param data_set [Qonfig::DataSet]
# @param settings [Qonfig::Settings]
# @return [void]
#
# @api private
# @since 0.7.0
- def call(settings)
+ def call(data_set, settings)
case via
when EXPOSERS[:file_name]
expose_file_name!(settings)
when EXPOSERS[:env_key]
expose_env_key!(settings)