All strings in Ruby are objects of the String class, as you can discover by calling a string's class method
puts "Hello, world!".class