module Rzo

The main module for rizzo

rubocop:disable Style/GuardClause

See rzo.rb for the main implementation. This is a light-weight module strictly for version information.

Constants

VERSION

The authoritative location of the rzo version. It should be possible to `require 'rizzo/version'` and access `Rizzo::VERSION` from third party libraries and the gemspec. The version is defined as a Semantic Version.

Public Class Methods

version() click to toggle source

Return the SemVer string, e.g. `“0.1.0”`

@return [String] e.g. “1.0.0”

# File lib/rzo/version.rb, line 14
def self.version
  Rzo::VERSION
end