Cooking Units

This package is originally units but since i can’t find the project to fork on github, I made a gem. Also, there was a minor bug (pounds to grams) and I extracted only the conversions needed in the kitchen. *Use either this package or units; using both will cause a stack too deep error.

Usage

In a Rails3 App:

add: add the following to your Gemfile

    gem 'cooking'

next: do it to it...

      1.lb.to_ounces # => 16.0
      1.lb.to_gram # => 453.59

Authors