class Souffle::State

The singleton state object for the souffle server.

Public Class Methods

inspect() click to toggle source

Return the configuration itself upon inspection.

# File lib/souffle/state.rb, line 8
def self.inspect
  configuration.inspect
end