23 24 25 26 27
# File 'lib/switches/instance.rb', line 23 def feature(name) synchronize do features[name] end end