This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Mon Mar 24 15:26:45 -0700 2008 | [nakajima] |
| |
README | Tue Jun 03 10:49:13 -0700 2008 | [nakajima] |
| |
Rakefile | Mon Mar 24 15:26:45 -0700 2008 | [nakajima] |
| |
init.rb | Mon Mar 24 15:26:45 -0700 2008 | [nakajima] |
| |
lib/ | Tue Jun 03 10:49:59 -0700 2008 | [nakajima] |
| |
test/ | Mon Mar 24 15:26:45 -0700 2008 | [nakajima] |
README
Booleanator =========== Adds #to_boolean method to Integer, NilClass and String, for massaging assorted values into booleans. Example ======= options[:allow_comments] = '0' options[:allow_comments].to_boolean # => false Check out more at github/nakajima/booleanator. Copyright (c) 2008 Pat Nakajima, released under the MIT license




