Skip to content

Instantly share code, notes, and snippets.

@DveMac
Created April 27, 2012 14:40
Show Gist options
  • Save DveMac/2509798 to your computer and use it in GitHub Desktop.
Save DveMac/2509798 to your computer and use it in GitHub Desktop.
JS
class Str
constructor: (@str) ->
var Str;
Str = (function() {
Str.name = 'Str';
function Str(str) {
this.str = str;
}
return Str;
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment