Skip to content

Instantly share code, notes, and snippets.

@ermand
Created November 10, 2015 08:24
Show Gist options
  • Save ermand/2d2074c379ed73e0849b to your computer and use it in GitHub Desktop.
Save ermand/2d2074c379ed73e0849b to your computer and use it in GitHub Desktop.
Singleton Class for Ruby
<snippet>
<content><![CDATA[
class << ${1:self}
$0
end
]]></content>
<tabTrigger>meta</tabTrigger>
<scope>source.ruby</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment