Method: RelatonGb::GbBibliographicItem#to_asciibib
- Defined in:
- lib/relaton_gb/gb_bibliographic_item.rb
#to_asciibib(prefix = "") ⇒ String
92 93 94 95 96 |
# File 'lib/relaton_gb/gb_bibliographic_item.rb', line 92 def to_asciibib(prefix = "") out = super ccs.each { |c| out += c.to_aciibib prefix, ccs.size } out end |