Is it a string class instance
o = "String" o.class == String # true if is o a String o.instance_of? String # true if o is a String