Module: Core::Operation
- Extended by:
- Extension
- Defined in:
- lib/core/operation.rb,
lib/core/operation/action.rb,
lib/core/operation/failed.rb,
lib/core/operation/result.rb,
lib/core/operation/version.rb,
lib/core/operation/callable.rb,
lib/core/operation/compiler.rb,
lib/core/operation/actions/block.rb,
lib/core/operation/errors/undefined_action_error.rb
Overview
- public
Defined Under Namespace
Modules: Actions Classes: Action, Callable, Compiler, Failed, Result, UndefinedActionError
Constant Summary collapse
- VERSION =
"0.2.0"
Class Method Summary collapse
-
.version ⇒ Object
[public].
Class Method Details
.version ⇒ Object
- public
9 10 11 |
# File 'lib/core/operation/version.rb', line 9 def self.version VERSION end |