Skip to content

Instantly share code, notes, and snippets.

@dstrelau
Created April 20, 2011 14:02
Show Gist options
  • Save dstrelau/931403 to your computer and use it in GitHub Desktop.
Save dstrelau/931403 to your computer and use it in GitHub Desktop.
server.coffee
exports.alcohol = true
exports.go = ->
require module for module in findModules()
boot()
# how in the world do I access beer.alcohol in here??
# do I really have to do this?
beer = require 'beer'
util.debug beer.alcohol
beer = require 'beer'
beer.go()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment