module FlipFab

Constants

VERSION

SB-specific versioning “algorithm” to accommodate BNW/Jenkins/gemstash

Attributes

features[R]
features[R]

Public Class Methods

define_feature(name, options = {}) click to toggle source
# File lib/flip_fab.rb, line 11
def define_feature(name, options = {})
  @features ||= {}
  @features[name] = Feature.new name, options
end

Private Instance Methods

define_feature(name, options = {}) click to toggle source
# File lib/flip_fab.rb, line 11
def define_feature(name, options = {})
  @features ||= {}
  @features[name] = Feature.new name, options
end