Method: Switches::Instance#feature

Defined in:
lib/switches/instance.rb

#feature(name) ⇒ Object



23
24
25
26
27
# File 'lib/switches/instance.rb', line 23

def feature(name)
  synchronize do
    features[name]
  end
end