Module: Relaton::Bipm::Converter::Asciibib

Defined in:
lib/relaton/bipm/converter/asciibib.rb

Defined Under Namespace

Classes: ToAsciibib

Class Method Summary collapse

Class Method Details

.from_item(item) ⇒ Object



5
6
7
# File 'lib/relaton/bipm/converter/asciibib.rb', line 5

def self.from_item(item)
  ToAsciibib.new(item).transform
end