Skip to content

7Precisions/LearnRubyOOP

Repository files navigation

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]]

About

Learning To Speak Object Oriented

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages