Skip to content

Instantly share code, notes, and snippets.

@seperman
Created January 17, 2018 07:44
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 seperman/3ef32ae4c911093575d629f32177ac3d to your computer and use it in GitHub Desktop.
Save seperman/3ef32ae4c911093575d629f32177ac3d to your computer and use it in GitHub Desktop.
pry sublime snippet
<snippet>
<content><![CDATA[require 'pry'; binding.pry]]></content>
<tabTrigger>pry</tabTrigger>
<scope>source.ruby</scope>
<description>pry</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment