Module: TypeIsEnum

Defined in:
lib/type_is_enum/enum.rb,
lib/type_is_enum.rb,
lib/type_is_enum/value_enum.rb,
lib/type_is_enum/module_info.rb

Overview

A Ruby implementation of Joshua Bloch's typesafe enum pattern

Defined Under Namespace

Classes: Enum, ValueEnum

Constant Summary collapse

NAME =

The name of this gem

'type_is_enum'
VERSION =

The version of this gem

'0.2.0'
'Copyright (c) 2016 The Regents of the University of California, Andrew Shcheglov'