Ruby::Enum

Build Status

A handy library for defining enums in Ruby.

Usage

class Colors
  include Ruby::Enum

  define :RED, "red"
  define :GREEN, "green"
end

Contributing

You're encouraged to contribute to this gem.

  • Fork this project.
  • Make changes, write tests.
  • Updated CHANGELOG.
  • Make a pull request, bonus points for topic branches.

Copyright Daniel Doubrovkine and Contributors, 2013

MIT License