Registry / utility / glossarist

glossarist

JSON →
library2.8.16rbrubygemsunverified

Concept models for terminology glossaries conforming to ISO 10241-1.

gem install glossarist
INSTALL
IMPORT
SIG · GLOSSARIST
G
glossarist
utilityrubyv2.8.16
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Glossarist
require 'glossarist'

Create a glossary and add a concept

require 'glossarist' glossary = Glossarist::Glossary.new concept = Glossarist::Concept.new(id: '123', term: 'example') glossary.add_concept(concept) puts glossary.to_yaml
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.8.16latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Resources
glossarist — gem install glossarist · libregistry