Module: Pubid::Itu::Identifier
- Defined in:
- lib/pubid/itu/identifier.rb
Overview
NOTE: intentionally does NOT ‘extend Pubid::IdentifierFacade`. ITU’s ‘to_hash` currently raises (publisher stored as a String, not a Publisher component), so enabling the facade’s identity check would route ITU ids through a consumer’s ‘to_hash` (e.g. relaton-index#save) and crash. Re-enable once ITU serialization round-trips cleanly. See identifier_facade.rb.