Learning To Speak Object Oriented
- Tell Ruby to make a new type of thing.
- Two meanings: the most basic type of thing, and any instance of some thing.
- What you get when you tell Ruby to create a class.
- How you define a function inside a class.
- Fork it ( http://github.com/7Precisions/LearnRubyOOP/fork )
- Create your feature branch (
git checkout -b my-LearnRubyOOP
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-LearnRubyOOP
) - Create new Pull Request
Don't hesitate to write problems [[email protected]]