Skip to content

Instantly share code, notes, and snippets.

@jashkenas
Forked from StanAngeloff/gist:316964
Created February 27, 2010 21:27
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 jashkenas/316967 to your computer and use it in GitHub Desktop.
Save jashkenas/316967 to your computer and use it in GitHub Desktop.
class 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