Skip to content

Instantly share code, notes, and snippets.

@bclinkinbeard
Created June 12, 2012 20:18
Show Gist options
  • Save bclinkinbeard/2919888 to your computer and use it in GitHub Desktop.
Save bclinkinbeard/2919888 to your computer and use it in GitHub Desktop.
define (require) ->
ChartableObject = require "./ChartableObject"
class School extends ChartableObject
constructor: (@enrollment) ->
super
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment