Skip to content

Instantly share code, notes, and snippets.

@StanAngeloff
Created February 27, 2010 21:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save StanAngeloff/316975 to your computer and use it in GitHub Desktop.
Save StanAngeloff/316975 to your computer and use it in GitHub Desktop.
prototype A
# empty
prototype B extends A
constructor: ->
@where_am_i: 'at work'
sayWhereYouAre: ->
alert 'I am ' + @where_am_i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment