Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 385 Bytes

File metadata and controls

26 lines (17 loc) · 385 Bytes

Ruby Enum

Support for Enum functionality in Ruby.

Installation

Add ruby_enum to your Gemfile:

gem 'ruby_enum', '1.0.2', git: 'git@bitbucket.org:ingemark/ruby_enum.git', tag: '1.0.2'

Bundle your dependencies:

bundle install

Testing

Run rake tests.

Copyright (c) 2016 Ingemark, released under the New BSD License