Reflection Ruby

myString = "asdf"
myString.class.superclass # => Object
String.superclass # => Object