Created
August 1, 2018 00:58
-
-
Save basicavisual/fc3e94bd48392f1b213e862d74dadec1 to your computer and use it in GitHub Desktop.
This file contains 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
h = {"amount"=>"700", "dueDate"=>"2018-07-31"} | |
h.map{|a| a["amount"].to_f } | |
TypeError Exception: no implicit conversion of String into Integer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment