Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am theberg on github.
  • I am theberg (https://keybase.io/theberg) on keybase.
  • I have a public key ASCLJPIoHBJhGhCto_wdhd5V7uT2DbCvSY5ANPuJ7ABFngo

To claim this, I am signing this object:

class Animal
@alert: ->
alert "a"
class Snake extends Animal
Snake.alert()