AKA OOP: There it is
- Define Object-Oriented Programming, and its benefits
- Define and differentiate between classes and objects
- Create a Ruby class with an initialize method
- Instantiate an object from a class and interact with it
- Use
binding.pry
to play with code live