Sha256: 128be60b5dde9d01860484a8c2ac3703580bf5e1632ebf97c09391745cf8d562
Contents?: true
Size: 460 Bytes
Versions: 20
Compression:
Stored size: 460 Bytes
Contents
# Importing # --------- unless window? or testingBrowser? test "coffeescript modules can be imported and executed", -> magicKey = __filename magicValue = 0xFFFF if global[magicKey]? if exports? local = magicValue exports.method = -> local else global[magicKey] = {} if require?.extensions? or require?.registerExtension? ok require(__filename).method() is magicValue delete global[magicKey]
Version data entries
20 entries across 20 versions & 3 rubygems