gitextract_6yysoq29/ ├── .github/ │ └── workflows/ │ └── python-app.yml ├── .gitignore ├── .prettierrc.json ├── .vscode/ │ └── settings.json ├── CONTRIBUTING.md ├── LICENSE ├── OOP/ │ ├── README.md │ ├── main.rb │ └── person.rb ├── README.md ├── RoR/ │ └── README.md ├── Scripts/ │ ├── README.md │ ├── csv/ │ │ ├── README.md │ │ ├── addresses.csv │ │ └── read_csv.rb │ ├── download_files.rb │ ├── duration_converter.rb │ ├── empty_string_finder.rb │ ├── omdbapi.rb │ ├── rm_dup_from_array.rb │ ├── strings_sort.rb │ └── web_scraper/ │ ├── README.md │ └── web_scraper.rb ├── build_readme.py ├── current_ruby_doc_stable_version.txt └── requirements.txt