Skip to content

Instantly share code, notes, and snippets.

@TheBerg
Created September 27, 2010 21:03
Show Gist options
  • Save TheBerg/599829 to your computer and use it in GitHub Desktop.
Save TheBerg/599829 to your computer and use it in GitHub Desktop.
class Animal
@alert: ->
alert "a"
class Snake extends Animal
Snake.alert()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment