An introduction to Ruby programming language.
https://www.ruby-lang.org/en/documentation/installation/
- Data types
- Naming Conventions
- Variables
- Getting input
- Operators
- More on Strings
- Scope of Variable
- Control Flow
- Looping
- Methods
- Method naming conventions
- Symbol
- Array
- Hash
- Exception Handling
- Block
- Class
- Module
- Inheritance
- Reading and Writing File