Sha256: 2d3b93bc8c252505c8272ee490adae008be8cdd2b07ce8305d56991ace751412

Contents?: true

Size: 602 Bytes

Versions: 9

Compression:

Stored size: 602 Bytes

Contents

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] 
  

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
dao-8.0.0 coerce-0.0.8/README
coerce-0.0.8 README
asana2flowdock-1.0.0 vendor/bundle/ruby/1.9.1/gems/coerce-0.0.6/README
coerce-0.0.6 README
coerce-0.0.5 README
coerce-0.0.4 README
coerce-0.0.3 README
coerce-0.0.2 README
coerce-0.0.1 README