Sha256: 15f21224ef72bb002c698ee09e295d533447938634c43951da1c92512db8f7e9

Contents?: true

Size: 267 Bytes

Versions: 3

Compression:

Stored size: 267 Bytes

Contents

module RelatonW3c
  module BibXMLParser
    extend RelatonBib::BibXMLParser
    extend BibXMLParser

    #
    # Return PubID type
    #
    # @param [String] _ docidentifier
    #
    # @return [String] type
    #
    def pubid_type(_)
      "W3C"
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
relaton-w3c-1.11.0 lib/relaton_w3c/bibxml_parser.rb
relaton-w3c-1.10.1 lib/relaton_w3c/bibxml_parser.rb
relaton-w3c-1.10.0 lib/relaton_w3c/bibxml_parser.rb