Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/skalnik/decider
- Owner: skalnik
- License: mit
- Created: 2009-07-24T03:00:37.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-08-07T03:54:10.000Z (over 15 years ago)
- Last Synced: 2024-10-18T08:37:40.549Z (2 months ago)
- Language: Ruby
- Homepage: http://github.com/skalnik/decider
- Size: 78.1 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- License: LICENSE
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
== CopyrightCopyright (c) 2009 Mike Skalnik. See LICENSE for details.