Sha256: b01df83c38f724208f9b13405a10a2d020d73dcc737b12a682d79f8914d23f5b

Contents?: true

Size: 497 Bytes

Versions: 42

Compression:

Stored size: 497 Bytes

Contents

module RelatonIetf
  class HashConverter < RelatonBib::HashConverter
    class << self
      # @override RelatonBib::HashConverter.hash_to_bib
      # @param args [Hash]
      # @param nested [TrueClass, FalseClass]
      # @return [Hash]
      # def hash_to_bib(args, nested = false)
      #   ret = super
      #   return if ret.nil?

      #   doctype_hash_to_bib(ret)
      #   ret
      # end

      # private

      # def doctype_hash_to_bib(ret)
      #   ret
      # end
    end
  end
end

Version data entries

42 entries across 42 versions & 2 rubygems

Version Path
relaton-ietf-1.7.0 lib/relaton_ietf/hash_converter.rb
relaton-ietf-1.6.0 lib/relaton_ietf/hash_converter.rb
relaton-ietf-1.6.pre1 lib/relaton_ietf/hash_converter.rb
relaton-ietf-1.5.0 lib/relaton_ietf/hash_converter.rb
relaton-ietf-1.5.pre lib/relaton_ietf/hash_converter.rb
relaton-ietf-1.4.0 lib/relaton_ietf/hash_converter.rb
relaton-ietf-1.3.0 lib/relaton_ietf/hash_converter.rb
metanorma-cli-1.3.4 gems/ruby/2.6.0/gems/relaton-ietf-1.2.1/lib/relaton_ietf/hash_converter.rb
metanorma-cli-1.3.3.1 gems/ruby/2.6.0/gems/relaton-ietf-1.2.1/lib/relaton_ietf/hash_converter.rb
relaton-ietf-1.2.1 lib/relaton_ietf/hash_converter.rb
relaton-ietf-1.2.0 lib/relaton_ietf/hash_converter.rb
relaton-ietf-1.1.4 lib/relaton_ietf/hash_converter.rb
relaton-ietf-1.1.3 lib/relaton_ietf/hash_converter.rb
relaton-ietf-1.1.2 lib/relaton_ietf/hash_converter.rb
relaton-ietf-1.1.1 lib/relaton_ietf/hash_converter.rb
relaton-ietf-1.1.0 lib/relaton_ietf/hash_converter.rb
relaton-ietf-1.0.4 lib/relaton_ietf/hash_converter.rb
relaton-ietf-1.0.3 lib/relaton_ietf/hash_converter.rb
relaton-ietf-1.0.2 lib/relaton_ietf/hash_converter.rb
relaton-ietf-1.0.1 lib/relaton_ietf/hash_converter.rb