Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s8sachin/ruby-koans-solutions
Solutions to Ruby Koans.
https://github.com/s8sachin/ruby-koans-solutions
Last synced: 3 months ago
JSON representation
Solutions to Ruby Koans.
- Host: GitHub
- URL: https://github.com/s8sachin/ruby-koans-solutions
- Owner: s8sachin
- Fork: true (AndersDJohnson/Ruby-Koans-solutions)
- Created: 2016-10-14T07:09:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2015-11-19T03:31:31.000Z (about 9 years ago)
- Last Synced: 2024-03-18T22:11:08.907Z (10 months ago)
- Language: Ruby
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
= Ruby Koans solutions
NOTE: This is very old, and I didn't know Ruby well at the time.
My solutions to [Ruby Koans from Edgecase](http://rubykoans.com/).
The Ruby Koans walk you along the path to enlightenment in order to learn Ruby.
The goal is to learn the Ruby language, syntax, structure, and some common
functions and libraries. We also teach you culture. Testing is not just something we
pay lip service to, but something we live. It is essential in your quest to learn
and do great things in the language.