Class: Relaton::Gb::CCS

Inherits:
Bib::ICS
  • Object
show all
Defined in:
lib/relaton/gb/ccs.rb

Instance Method Summary collapse

Instance Method Details

#textObject



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