Top Level Namespace
Defined Under Namespace
Modules: Feature
Instance Method Summary collapse
Instance Method Details
#Feature(name) ⇒ Object
72 73 74 75 |
# File 'lib/feature.rb', line 72 def Feature(name) Feature.check_feature_defined(name) Feature::Feature.new(name, Feature.features[name]) end |