Module: FPM::Fry::Plugin::Config
- Defined in:
- lib/fpm/fry/plugin/config.rb
Defined Under Namespace
Constant Summary collapse
- IMPLICIT =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
Module.new
- MARK_EXPLICIT =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
Module.new do def self.call(_, package) package.attributes[:fry_config_explicitly_used] = true end end