method
feature_flag
v2_6_3 -
Show latest stable
- Class:
Bundler
feature_flag()public
No documentation available.
# File lib/bundler.rb, line 477
def feature_flag
@feature_flag ||= FeatureFlag.new(VERSION)
end feature_flag()No documentation available.
# File lib/bundler.rb, line 477
def feature_flag
@feature_flag ||= FeatureFlag.new(VERSION)
end