Skip to content

Commit

Permalink
add :gals and :Gals as synonyms for :gallons
Browse files Browse the repository at this point in the history
  • Loading branch information
shenry committed Dec 3, 2010
1 parent 64e4abd commit b296fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/alchemist.rb
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ class << self
:imperial_fluid_ounce => 0.0284130742, :imperial_fluid_ounces => 0.0284130742,
:ounce => 0.0295735296, :ounces => 0.0295735296, :fluid_ounce => 0.0295735296, :fluid_ounces => 0.0295735296,
:imperial_gallon => 4.54609, :imperial_gallons => 4.54609,
:gallon => 3.785412, :gallons => 3.785412,
:gallon => 3.785412, :gallons => 3.785412, :gals => 3.785412, :Gals => 3.785412,
:imperial_gill => 1.420653e-1, :imperial_gills => 1.420653e-1,
:gill => 1.182941e-1, :gills => 1.182941e-1, :gi => 1.182941e-1,
:pint => 5.506105e-1, :pints => 5.506105e-1,
Expand Down

0 comments on commit b296fbb

Please sign in to comment.