Method: Moneta::Stack#features
- Defined in:
- lib/moneta/stack.rb
#features ⇒ Object
98 99 100 101 102 103 104 |
# File 'lib/moneta/stack.rb', line 98 def features @features ||= begin features = @stack.map(&:features) (features.inject(features.first, &:&) - [:each_key]).freeze end end |