lib/shamu/features/features_service.rb in shamu-0.0.21 vs lib/shamu/features/features_service.rb in shamu-0.0.24
- old
+ new
@@ -41,11 +41,13 @@
# @!endgroup Dependencies
# @!method initialize( config_path )
# @param
# @return [FeaturesService]
- initialize do |config_path = nil, **|
+ def initialize( config_path = nil )
@config_path = config_path || self.class.default_config_path
+
+ super()
end
# Indicates if the feature is enabled for the current request/session.
#
# @param [String] name of the feature.