Method: Pageflow::Features#initialize

Defined in:
lib/pageflow/features.rb

#initializeFeatures

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.

Since:

  • 0.9



9
10
11
12
# File 'lib/pageflow/features.rb', line 9

def initialize
  @features = {}
  @enabled_features = []
end