The project involves creating a Ruby class called Solver that provides three fundamental mathematical and string manipulation methods. The class is intended to be a utility for common problem-solving tasks.
This project adheres to the Test-Driven Development (TDD) methodology. Test cases are written in the spec/solver_spec.rb file before implementing the corresponding methods in the solver.rb file.
[Test-Driven-Development] is a project that involves creating a Ruby class called Solver that provides three fundamental mathematical and string manipulation methods. The class is intended to be a utility for common problem-solving tasks.
- [decode a morse_code message]
To get a local copy up and running, follow these steps.
In order to run this project you need: you need to Ruby installed on your machine
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:rmiyoyo/Test-Driven-Development.git
To run the project, execute the following command:
cd Test-Driven-Development;
ruby solver.rb
👤 Mayito Ismail
- GitHub: @ismayito
- Twitter: @IsmailMayito
- LinkedIn: mayito-ismail
👤 Raphael Miyoyo
- [Add more methods]
- [Add more tests]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project...
Thank you for looking at the project! :)
This project is MIT licensed.