Sha256: c3912e9a5969b952ceecef54dbdfa0356532ccd3f9046811dfc15e804e01981d

Contents?: true

Size: 291 Bytes

Versions: 2

Compression:

Stored size: 291 Bytes

Contents

module RelatonIeee
  module BibXMLParser
    extend RelatonBib::BibXMLParser
    extend BibXMLParser

    FLAVOR = "IEEE".freeze

    # @param attrs [Hash]
    # @return [RelatonBib::IetfBibliographicItem]
    def bib_item(**attrs)
      IeeeBibliographicItem.new(**attrs)
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
relaton-ieee-1.9.4 lib/relaton_ieee/bibxml_parser.rb
relaton-ieee-1.9.3 lib/relaton_ieee/bibxml_parser.rb