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.

Related questions

0 votes
asked Nov 15, 2021 in Ruby by Robin
0 votes
0 votes
asked Nov 11, 2021 in Ruby by SakshiSharma
...