Module: Helpstation
- Defined in:
- lib/helpstation.rb,
lib/helpstation/action.rb,
lib/helpstation/version.rb,
lib/helpstation/observer.rb,
lib/helpstation/evaluator.rb,
lib/helpstation/processor.rb,
lib/helpstation/legacy_process.rb
Defined Under Namespace
Classes: Action, Evaluator, LegacyProcess, Observer, Processor
Constant Summary collapse
- VERSION =
"0.0.1"
Class Method Summary collapse
Class Method Details
.build_substation(env) ⇒ Object
11 12 13 14 15 16 |
# File 'lib/helpstation.rb', line 11 def self.build_substation(env) Substation::Environment.build(env) do register :process, Substation::Processor::Evaluator::Request register :call, Substation::Processor::Evaluator::Pivot end end |