Last active
December 20, 2016 18:16
-
-
Save epitron/f4e3a189df7214a60f6f099aac39a73a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
class Butt | |
phphphbt: -> | |
true |
This file contains hidden or 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
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