https://github.com/rubymonsters/learning_material
Code examples from the weekly meetings
https://github.com/rubymonsters/learning_material
Last synced: 6 months ago
JSON representation
Code examples from the weekly meetings
- Host: GitHub
- URL: https://github.com/rubymonsters/learning_material
- Owner: rubymonsters
- Created: 2014-03-31T22:08:30.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-15T12:27:22.000Z (almost 12 years ago)
- Last Synced: 2024-04-09T22:54:20.243Z (about 2 years ago)
- Language: Ruby
- Size: 508 KB
- Stars: 9
- Watchers: 20
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Learning material
=================
This repository will host the code examples showed in the weekly meetings.
### Interesting Links
- [Hangman Game in Sinatra](https://github.com/rubymonsters/learning_material/tree/master/2014-06-30)
- [Hangman Game in Rails](https://github.com/rubymonsters/learning_material/tree/master/2014-07-07/hangman)
### Useful if you're starting
- [Explanation of Ruby Methods](https://github.com/rubymonsters/learning_material/blob/master/2014-03-31/song.rb)
- [Explanation of Ruby Classes](https://github.com/rubymonsters/learning_material/tree/master/2014-04-14/classes_recap)
- [Mailbox Class](https://github.com/rubymonsters/learning_material/blob/master/2014-04-14/mailbox.rb)