module Lookbook::Features
def self.enabled?(name)
def self.enabled?(name) return true unless experimental_feature?(name) enabled.include?(name.to_sym) end
def self.enabled?(name) return true unless experimental_feature?(name) enabled.include?(name.to_sym) end