Module: SmoothChange

Defined in:
lib/smooth_change.rb,
lib/smooth_change/current.rb,
lib/smooth_change/feature.rb,
lib/smooth_change/version.rb,
lib/smooth_change/adapters/yaml.rb,
lib/smooth_change/configuration.rb,
lib/smooth_change/client_feature_toggler.rb,
lib/smooth_change/action_controller/helper.rb

Overview

rubocop:disable Style/Documentation

Defined Under Namespace

Modules: ActionController, Adapters Classes: ClientFeatureToggler, Configuration, Current, Error, Feature

Constant Summary collapse

VERSION =
"0.1.0"

Class Method Summary collapse

Class Method Details

.configurationObject



19
20
21
# File 'lib/smooth_change.rb', line 19

def configuration
  @configuration ||= Configuration.new
end

.configure {|configuration| ... } ⇒ Object

Yields:



15
16
17
# File 'lib/smooth_change.rb', line 15

def configure
  yield configuration
end