I'm using RubyMine to write code for an app that's using Ruby 2.3.
I have RubyMine set to use Ruby 2.3 (I've tried the auto-detected rbenv 2.3.0 and also pointing to the binary manually):
But it doesn't work with the new squiggly heredoc syntax. Observe:
How can I make RubyMine recognize my squiggly heredocs?