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