language-ruby icon indicating copy to clipboard operation
language-ruby copied to clipboard

Add # just before a string add {}

Open GuillaumeLegendre opened this issue 9 years ago • 1 comments

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

GuillaumeLegendre avatar Jan 27 '16 13:01 GuillaumeLegendre

Confirmed using Atom v1.4.1 on Mac OS X 10.11.3.

lee-dohm avatar Jan 27 '16 18:01 lee-dohm