Skip to content

Instantly share code, notes, and snippets.

@epitron
Last active December 20, 2016 18:16
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 epitron/f4e3a189df7214a60f6f099aac39a73a to your computer and use it in GitHub Desktop.
Save epitron/f4e3a189df7214a60f6f099aac39a73a to your computer and use it in GitHub Desktop.
class Butt
phphphbt: ->
true
var Butt;
Butt = (function() {
function Butt() {}
Butt.prototype.phphphbt = function() {
return true;
};
return Butt;
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment