Class: Relaton::Gb::CCS
- Defined in:
- lib/relaton/gb/ccs.rb
Instance Method Summary collapse
Methods inherited from Bib::ICS
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 |