module Togls::FeatureToggleRegistryManager
Feature
Toggle
Registry Manager
This is the primary DSL interface. It provides a DSL to facilitate housing and managing a toggle registry.
Public Class Methods
included(mod)
click to toggle source
# File lib/togls/feature_toggle_registry_manager.rb, line 7 def self.included(mod) mod.extend(ClassMethods) end