module FeatureFlag

Constants

VERSION

Public Class Methods

const_missing(name) click to toggle source
# File lib/feature_flag.rb, line 5
def self.const_missing(name)
  Lookup.check_flag name.to_s
end