Ruby - String Operations
Identify the issue in the following Ruby code snippet:
str = "testing" puts str[3, -2]
str = "testing" puts str[3, -2]
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions