Skip to content

Instantly share code, notes, and snippets.

@aberant
Created April 21, 2010 02:58
Show Gist options
  • Select an option

  • Save aberant/373358 to your computer and use it in GitHub Desktop.

Select an option

Save aberant/373358 to your computer and use it in GitHub Desktop.
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