https://github.com/runlevel5/lessons
Lessons for Rails Girls Summer of Code: Team Spree
https://github.com/runlevel5/lessons
Last synced: 4 months ago
JSON representation
Lessons for Rails Girls Summer of Code: Team Spree
- Host: GitHub
- URL: https://github.com/runlevel5/lessons
- Owner: runlevel5
- License: mit
- Created: 2013-07-23T12:11:25.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-23T10:09:54.000Z (almost 12 years ago)
- Last Synced: 2025-01-25T13:45:02.216Z (6 months ago)
- Language: Ruby
- Homepage: http://teams.railsgirlssummerofcode.org/teams/5
- Size: 178 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)