learn-co-curriculum / phase-3-ruby-oo-inheritance-modules

Other
1 stars 2.15k forks source link

Code Along Modules #17

Open ASPhillips8 opened 4 months ago

ASPhillips8 commented 4 months ago

Created modules for creating instance methods imported to classes. Got familiar with include(instance methods) and extend (for class methods) to classes.