Parses through the folder it is dropped in and prints out Ruby methods, Classes, and Modules in the terminal.
- Download zip and drag this file into the folder that you want to parse through.
- Make sure the files you want to parse through are eligible by ending it in '.rb'
- cd into the folder and enter ruby ruby_tracker.rb
Unable to parse through nested folders
Might not print error-causing code appropriately
Happy Coding