Reflection Ruby

o = "String"
o.class == String       # true if is o a String
o.instance_of? String   # true if o is a String