Created
April 21, 2010 02:58
-
-
Save aberant/373358 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'quantity' | |
| 6.gallons + 5.quarts | |
| # => 7.24999669784779 gallon | |
| (6.gallons + 5.quarts).to_liters | |
| # => 0.02744421 liter | |
| # this one might be off.. | |
| 1.liter.to_gallons | |
| # => 264.172176857989 gallon |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment