Created
November 10, 2015 08:24
-
-
Save ermand/2d2074c379ed73e0849b to your computer and use it in GitHub Desktop.
Singleton Class for Ruby
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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