Usage result = Ingreedy.parse('1 lb. potatoes') print result.amount #=> 1.0 print result.unit #=> :pound print result.ingredient #=> "potatoes" Build Status