Skip to content

Instantly share code, notes, and snippets.

@Dykam
Created January 30, 2011 21:23
Show Gist options
  • Select an option

  • Save Dykam/803262 to your computer and use it in GitHub Desktop.

Select an option

Save Dykam/803262 to your computer and use it in GitHub Desktop.
Foo:
Bar:
class Zar:
constructor: ->
class Zoo:
constructor: ->
#or
Foo:
Bar:
Zar: class
constructor: ->
Zoo: class
constructor: ->
# as sugar for
Foo:
Bar:
Zar: class Zar
constructor: ->
Zoo: class Zoo
constructor: ->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment