Class: Flipper::Type

Inherits:
Object
  • Object
show all
Defined in:
lib/flipper/type.rb

Overview

Internal: Root class for all flipper types. You should never need to use this.

Instance Method Summary collapse

Instance Method Details

#valueObject



4
5
6
# File 'lib/flipper/type.rb', line 4

def value
  raise 'Not implemented'
end