UNPKG

89 Btext/coffeescriptView Raw
1[a, b, c] = require './lib'
2
3exports.Animal = class Animal
4 kill: ->
5 @killed = true