Ruby - Introduction
Ruby - Introduction
❖ Onlines
- https://www.ruby-lang.org/en/
- http://ruby-doc.org/
- https://apidock.com/ruby
- http://api.rubyonrails.org/
❖ Scripting language.
❖ Dynamic language (as Javascript, ...).
❖ With Ruby, everything is an object (except Block)
❖ Pure OOP
❖ Natural, but not simple.