Created
September 23, 2014 20:11
-
-
Save imajes/d624fbad4435e09a06b7 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
def calculate(str) | |
end | |
calculate("4+5") # 9 | |
calculate("10+8+2") # 20 | |
calculate("10-5") # 5 | |
calculate("10+2-4") # 8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment