Interactive Console: irb
| File name | Description |
|---|---|
| 0_hello_world.rb | - Hello world to Ruby |
| 1_variables.rb | - Using variables |
| 2_data_structures.rb | - Using basic data structures (list or array and dictionary) |
| 3_conditionals.rb | - Using if |
| 4_loops.rb | - Using loops (While and For) |
| 5_functions_methods.rb | - Using functions and methods |
| 6_classes.rb | - Creating classes and use inheritance |
| 7_libraries.rb | - Using libraries |
| 8_io.rb | - Read standard input and manipulate files |
| 9_value_transform.rb | - Value to string and string to value functions |
| 10_0_importing_files.rb | - Class and module created for be exported |
| 10_1_importing_files.rb | - Class and module imported |