Skip to content

Instantly share code, notes, and snippets.

@BitOfUniverse
Created May 17, 2016 11:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BitOfUniverse/cd2aa0dc11ba452d0f8c320c2f6d5b9f to your computer and use it in GitHub Desktop.
Save BitOfUniverse/cd2aa0dc11ba452d0f8c320c2f6d5b9f to your computer and use it in GitHub Desktop.
Open file in RubyMine at line from better errors
BetterErrors.editor = ->(file, line) { "x-mine://open?file=#{file}&line=#{line}" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment