Method: Rollout#get

Defined in:
lib/rollout.rb

#get(feature) ⇒ Object



139
140
141
142
# File 'lib/rollout.rb', line 139

def get(feature)
  string = @storage.get(key(feature))
  Feature.new(feature, string, @options)
end