Skip to content

Instantly share code, notes, and snippets.

@StanAngeloff
Created February 27, 2010 21:24
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save StanAngeloff/316964 to your computer and use it in GitHub Desktop.
B extends A: ->
@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