Skip to content

Instantly share code, notes, and snippets.

@raphaelhanneken
Created September 22, 2015 09:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raphaelhanneken/4330e3bceed597076785 to your computer and use it in GitHub Desktop.
Save raphaelhanneken/4330e3bceed597076785 to your computer and use it in GitHub Desktop.
Sublime Text snippet for ruby's do...end block.
<snippet>
<content><![CDATA[do
$1
end
]]></content>
<tabTrigger>do</tabTrigger>
<scope>source.ruby</scope>
<description>do..end</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment