Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skalnik/decider

A small gem that helps you decide between a few choices
https://github.com/skalnik/decider

Last synced: about 1 month ago
JSON representation

A small gem that helps you decide between a few choices

Awesome Lists containing this project

README

        

= decider

After constantly opening up irb so that Ruby can make a decision for
me, I decided to make a tiny gem that makes deciding easy.

= Example
$ decider yes no
no
$ decider one two three
two

== Copyright

Copyright (c) 2009 Mike Skalnik. See LICENSE for details.