@str .length = @str.length()
outputs
abcde .length = 5
I tried various escaping techniques, but didn't find the correct one. How do I output
abcde.length = 5
?
@str .length = @str.length()
outputs
abcde .length = 5
I tried various escaping techniques, but didn't find the correct one. How do I output
abcde.length = 5
?
This migration tutorial covers it: