Skip to content

Instantly share code, notes, and snippets.

@StanAngeloff
Created August 24, 2010 17:53
Show Gist options
  • Select an option

  • Save StanAngeloff/547973 to your computer and use it in GitHub Desktop.

Select an option

Save StanAngeloff/547973 to your computer and use it in GitHub Desktop.
class A
constructor: -> alert 'A'
A::constructor = -> alert 'B'
new A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment