This is Gina playing around with Object Oriented Programming in Ruby (as a ruby newbie)
libs: contains all the class (& subclass) files and main.rb tests: contains all the test files (in this case there are 2 files per base class)
There are 2 base classes:
The Office Characters πΌ The Warehouse Staff π¦ please note: If time permitted, I would have created a GIANT super class since these 2 base classes have similar methods
TheOfficeCharacter contains the following subclasses:
JimHalpert π MichaelScott π₯΄ DwightSchrute π€ TheWarehouseStaff contains the following subclasses:
RoyAnderson πΆ DarrylPhilbin π NateNickerson π
main.rb creates the instances of these classes
π₯° ENJOY π₯°