Sha256: b9b607a38eac4b3a1e855b595760ece4b537ba8c472f1102445c5065fdb6b86e
Contents?: true
Size: 405 Bytes
Versions: 33
Compression:
Stored size: 405 Bytes
Contents
require 'obo/ms' require 'obo/ims' require 'obo/unit' module Mspire module CV module Obo # a hash keyed on ID that gives the cv term name NAME = %w(MS IMS Unit).inject({}) do |hash,key| hash.merge! ::Obo.const_get(key).id_to_name end CAST = %w(MS IMS Unit).inject({}) do |hash,key| hash.merge! ::Obo.const_get(key).id_to_cast end end end end
Version data entries
33 entries across 33 versions & 1 rubygems