NAME coerce DESCRIPTION a ruby library full of common cast/coercion operations INSTALL gem install coerce USAGE :~/git/coerce $ irb -r lib/coerce.rb ruby-1.8.7-p330 :001 > Coerce.integer('42') => 42 ruby-1.8.7-p330 :002 > Coerce.number('42.0') => 42.0 ruby-1.8.7-p330 :003 > Coerce.time('yesterday') => Wed Aug 24 12:00:00 -0600 2011 ruby-1.8.7-p330 :004 > Coerce.list_of_times('yesterday, today') => [Wed Aug 24 12:00:00 -0600 2011, Thu Aug 25 19:30:00 -0600 2011] ruby-1.8.7-p330 :005 > Coerce.list_of_floats("42, 4.2\n\n 420") => [42.0, 4.2, 420.0]
Project
coerce
description: coerce kicks the ass
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Pull Requests
Development
Primary Language
Ruby
Licenses
same as ruby's
Dependencies
Runtime
>= 0.6.2
Project Readme