Mega Code Archive

 
Categories / Ruby / Class
 

All strings in Ruby are objects of the String class, as you can discover by calling a strings class method

puts "Hello, world!".class