Class: Relaton::Bipm::Converter::Asciibib::ToAsciibib
- Inherits:
-
Bib::Converter::Asciibib::ToAsciibib
- Object
- Bib::Converter::Asciibib::ToAsciibib
- Relaton::Bipm::Converter::Asciibib::ToAsciibib
- Defined in:
- lib/relaton/bipm/converter/asciibib.rb
Instance Method Summary collapse
Instance Method Details
#transform ⇒ Object
10 11 12 13 14 15 16 17 18 |
# File 'lib/relaton/bipm/converter/asciibib.rb', line 10 def transform out = super return out unless @item.ext out << render_comment_period out << render_si_aspect out << render_meeting_note out end |