5 6 7
# File 'lib/ruby_flipper/dsl.rb', line 5 def feature(name, *conditions, &block) Feature.add(name, *conditions, &block) end