Skip to content

Instantly share code, notes, and snippets.

@Azerothian
Created December 9, 2013 04:24
Show Gist options
  • Save Azerothian/7867377 to your computer and use it in GitHub Desktop.
Save Azerothian/7867377 to your computer and use it in GitHub Desktop.
class Speaker
constructor: () ->
@id10t = true;
IstheSpeakerAnIdiot: () =>
return @id10t;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment