Method: Pageflow::Features#initialize
- Defined in:
- lib/pageflow/features.rb
#initialize ⇒ Features
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of Features.
9 10 11 12 |
# File 'lib/pageflow/features.rb', line 9 def initialize @features = {} @enabled_features = [] end |