Revert "Merge pull request #775 from maurodibert/patch-24"

This reverts commit 0510f30f31, reversing
changes made to 55220cccf0.
This commit is contained in:
Ilya Kantor 2019-02-01 22:31:28 +03:00
parent 0510f30f31
commit 1c4fb87ae0

View file

@ -34,6 +34,3 @@ The task consists of two parts.
- No brackets or complex expressions in this task.
- The numbers and the operator are delimited with exactly one space.
- There may be error handling if you'd like to add it.
- Please note how methods are stored. They are simply added to the internal object.
- All tests and numeric conversions are done in the `calculate` method. In future it may be extended to support more complex expressions.