Code coverage report for fontkit/src/get.coffee

Statements: 100% (3 / 3)      Branches: 100% (0 / 0)      Functions: 100% (2 / 2)      Lines: 100% (3 / 3)      Ignored: none     

All files » fontkit/src/ » get.coffee
1 2 3 4 5 61 10 42      
module.exports = (self) ->
  return (key, fn) =>
    Object.defineProperty self.prototype, key,
      get: fn
      enumerable: true