Sha256: f3c10bf6c5d226b563f5fdb265a1101142681ca3324c9df688eb64fb0fe0c1a3
Contents?: true
Size: 311 Bytes
Versions: 48
Compression:
Stored size: 311 Bytes
Contents
var stampit; stampit = require('../../../vendor/stampit'); module.exports = stampit({ validate: function() { throw new Error('Composed factory must override the validate method'); }, validate_each: function() { throw new Error('Composed factory must override the validate each method'); } });
Version data entries
48 entries across 48 versions & 1 rubygems