Class: Relaton::Gb::CCS
- Inherits:
-
Bib::ICS
- Object
- Bib::ICS
- Relaton::Gb::CCS
- Defined in:
- lib/relaton/gb/ccs.rb
Instance Method Summary collapse
Instance Method Details
#text ⇒ Object
6 7 8 9 10 11 |
# File 'lib/relaton/gb/ccs.rb', line 6 def text val = @text return val if val && !val.empty? Cnccs.fetch(code)&.description if code end |