Sha256: 3bbb3cbe524877abb3eb4ed5a478fb4f4ace984e6faeca2e662e50c5a7bfa3ca
Contents?: true
Size: 351 Bytes
Versions: 23
Compression:
Stored size: 351 Bytes
Contents
u = up.util class up.Record fields: -> throw 'Return an array of property names' constructor: (options) -> u.assign(@, @attributes(options)) attributes: (source = @) => u.only(source, @fields()...) copy: (changes = {}) => attributesWithChanges = u.merge(@attributes(), changes) new @constructor(attributesWithChanges)
Version data entries
23 entries across 23 versions & 1 rubygems