I hereby claim:
- I am ericbock on github.
- I am ericbock (https://keybase.io/ericbock) on keybase.
- I have a public key ASA8DJwewayrJaSYTW-yLZTZlSY4IFnLZP-twZdPGRdiEwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| sinon = require 'sinon' | |
| should = require 'should' | |
| class LaserGun | |
| fireAt: (alien) -> | |
| console.log "ZAP" | |
| class BuckRogers | |
| constructor: (@laserGun) -> | |
| attack: (alien) -> |