Class: Souffle::State

Inherits:
Object
  • Object
show all
Extended by:
Mixlib::Config
Defined in:
lib/souffle/state.rb

Overview

The singleton state object for the souffle server.

Class Method Summary collapse

Class Method Details

.inspectObject

Return the configuration itself upon inspection.



8
9
10
# File 'lib/souffle/state.rb', line 8

def self.inspect
  configuration.inspect
end