Classes are kind of like factories that create objects with states and behaviors. As almost everything in Ruby, they're objects themselves.

Awesome! We've just created an instance of the Explorer class and assigned it to explorer, a variable. Let's dig a little deeper!

While, String is a class, it's not the class we want to create an instance of, is it?