Skip to content

Instantly share code, notes, and snippets.

@pianosnake
Last active December 22, 2015 13:19
Show Gist options
  • Save pianosnake/6478532 to your computer and use it in GitHub Desktop.
Save pianosnake/6478532 to your computer and use it in GitHub Desktop.
JavaScript class pattern for RubyMine live template
function $CLASS$() {
$END$
}
;(function(proto){
proto.method = function(){
}
}($CLASS$.prototype));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment