Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/runlevel5/lessons

Lessons for Rails Girls Summer of Code: Team Spree
https://github.com/runlevel5/lessons

Last synced: about 7 hours ago
JSON representation

Lessons for Rails Girls Summer of Code: Team Spree

Awesome Lists containing this project

README

        

Lessons
=======

##### Lesson 1: Classes
* [Rectangle](rectangle.rb)

##### Lesson 2: Inheritance
* [Square](square.rb)
* [LongRec](long_rec.rb)
* [Circle](circle.rb)

##### Lesson 3: Loops
* [Shopping](shopping.rb)
* [for and each](for_and_each.rb)