Class R10K::Feature::Collection
In: lib/r10k/feature/collection.rb
Parent: Object

Store all features and indicate if they‘re available.

Methods

add   available?   new  

Public Class methods

Public Instance methods

@param name [Symbol] The feature to add @param opts [Hash] Additional options for the feature, see {R10K::Feature} @param block [Proc] An optional block to detect if this feature is present @return [void]

@return [true, false] Does a feature by this name exist and is it available?

[Validate]