Class: Unleash::Bootstrap::Provider::Base
- Inherits:
-
Object
- Object
- Unleash::Bootstrap::Provider::Base
- Defined in:
- lib/unleash/bootstrap/provider/base.rb
Instance Method Summary collapse
Instance Method Details
#read ⇒ Object
8 9 10 |
# File 'lib/unleash/bootstrap/provider/base.rb', line 8 def read raise NotImplemented, "Bootstrap is not implemented" end |