language-ruby
language-ruby copied to clipboard
Add # just before a string add {}
Hi !
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
"Some string for #{example}"# comments
end
Confirmed using Atom v1.4.1 on Mac OS X 10.11.3.