0 votes
in Ruby by
Explain Ruby strings.

1 Answer

0 votes
by

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

...