Module: Cuprum
- Defined in:
- lib/cuprum.rb,
lib/cuprum/result.rb,
lib/cuprum/version.rb,
lib/cuprum/function.rb,
lib/cuprum/operation.rb
Overview
A lightweight, functional-lite toolkit for making business logic a first-class citizen of your application.
Defined Under Namespace
Modules: Version Classes: Function, Operation, Result
Constant Summary collapse
- VERSION =
module
Version.to_gem_version
Class Method Summary collapse
-
.version ⇒ String
The current version of the gem.
Class Method Details
.version ⇒ String
Returns The current version of the gem.
9 10 11 |
# File 'lib/cuprum.rb', line 9 def self.version VERSION end |