module FeatureToggles
Constants
- VERSION
Public Instance Methods
build(file_paths = nil, &block)
click to toggle source
# File lib/feature_toggles.rb, line 9 def build(file_paths = nil, &block) Mechatronic.new(file_paths, &block) end