The Object class has a class method that returns the name of an instance's class
myString = "asdf" myString.class # => String