Class: EolScenarios

Inherits:
Object
  • Object
show all
Extended by:
IndifferentVariableHash
Defined in:
lib/eol_scenarios/eol_scenarios.rb

Overview

Top-level namespace for EolScenarios

Holds configuration for EolScenarios and acts as a bit of a utility class, holding lots of methods / logic used by EolScenarios.

Class Method Summary collapse

Class Method Details

.infoObject

returns a formatted string displaying information about the current EolScenarios environment and conifuguration, etc etc.



30
31
32
# File 'lib/eol_scenarios/eol_scenarios.rb', line 30

def info
  "hello from EolScenarios#info"
end