module Cuprum

A lightweight, functional-lite toolkit for making business logic a first-class citizen of your application.

Constants

VERSION

The current version of the gem.

Public Class Methods

version() click to toggle source

@return [String] The current version of the gem.

# File lib/cuprum.rb, line 16
def version
  VERSION
end