Explain Ruby strings.

bookmark

uby string object holds and manipulates an arbitary sequence of bytes, typically representing characters. They are created using String::new or as literals.