Are ruby strings are mutable?
Answer Posted / Preetik Singh
Yes, Ruby strings are mutable. String objects in Ruby can be modified after they are created using methods like 'sub', 'chomp', and 'upcase'.
Post New Answer View All Answers
Tell me the role of modules and mixins in ruby?
2