Class: Souffle::State
- Inherits:
-
Object
- Object
- Souffle::State
- Extended by:
- Mixlib::Config
- Defined in:
- lib/souffle/state.rb
Overview
The singleton state object for the souffle server.
Class Method Summary collapse
-
.inspect ⇒ Object
Return the configuration itself upon inspection.
Class Method Details
.inspect ⇒ Object
Return the configuration itself upon inspection.
8 9 10 |
# File 'lib/souffle/state.rb', line 8 def self.inspect configuration.inspect end |