You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Their is an autocompletion when we use # in a string it add this #{}.
Now if you use # not in a string it shouldn't add #{} but just #
It's the case except just before the string
def test #{}"Some string for #{example}"# comments