Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 664 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 664 Bytes

LearnRubyOOP

Learning To Speak Object Oriented

class

  • Tell Ruby to make a new type of thing.

object

  • Two meanings: the most basic type of thing, and any instance of some thing.

instance

  • What you get when you tell Ruby to create a class.

def

  • How you define a function inside a class.

Contributing

  1. Fork it ( http://github.com/7Precisions/LearnRubyOOP/fork )
  2. Create your feature branch (git checkout -b my-LearnRubyOOP)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-LearnRubyOOP)
  5. Create new Pull Request

Don't hesitate to write problems [[email protected]]