Module: Relaton::Bib::Converter::Asciibib
- Defined in:
- lib/relaton/bib/converter/asciibib.rb,
lib/relaton/bib/converter/asciibib/to_asciibib.rb
Defined Under Namespace
Classes: ToAsciibib
Class Method Summary collapse
Class Method Details
.from_item(item) ⇒ Object
7 8 9 |
# File 'lib/relaton/bib/converter/asciibib.rb', line 7 def self.from_item(item) ToAsciibib.new(item).transform end |