Module: Ucode::Coordinator::Enrichment::Binary
- Defined in:
- lib/ucode/coordinator/enrichment/binary.rb
Overview
Binary properties: DerivedCoreProperties (core) + PropList (extra).
Both contribute to the same cp.binary_properties array.
Class Method Summary collapse
Class Method Details
.enrich(cp, indices) ⇒ Object
10 11 12 13 |
# File 'lib/ucode/coordinator/enrichment/binary.rb', line 10 def enrich(cp, indices) assign_core(cp, indices) assign_extra(cp, indices) end |