Closed ekeast closed 6 years ago
Awesome! You might wanna check your comments a little ;)
using unless...else...end
is not recommended. Use an if...else...end
block instead
Thanks a lot! I've made those changes and committed. Please feel free to let me know if further changes are required.
Here is my code for the mkdir.rb file and the spec file. This is my first contribution to an open source project, so please bear with me if there are any mistakes!