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.0.0 lib/relaton_ietf/hash_converter.rb
relaton-ietf-0.12.1 lib/relaton_ietf/hash_converter.rb
relaton-ietf-0.12.0 lib/relaton_ietf/hash_converter.rb
relaton-ietf-0.11.1 lib/relaton_ietf/hash_converter.rb
relaton-ietf-0.11.0 lib/relaton_ietf/hash_converter.rb
relaton-ietf-0.10.0 lib/relaton_ietf/hash_converter.rb
relaton-ietf-0.9.0 lib/relaton_ietf/hash_converter.rb
relaton-ietf-0.8.0 lib/relaton_ietf/hash_converter.rb
relaton-ietf-0.7.3 lib/relaton_ietf/hash_converter.rb
relaton-ietf-0.7.2 lib/relaton_ietf/hash_converter.rb
relaton-ietf-0.7.1 lib/relaton_ietf/hash_converter.rb
relaton-ietf-0.7.0 lib/relaton_ietf/hash_converter.rb
relaton-ietf-0.6.10 lib/relaton_ietf/hash_converter.rb
relaton-ietf-0.6.9 lib/relaton_ietf/hash_converter.rb
relaton-ietf-0.6.8 lib/relaton_ietf/hash_converter.rb
relaton-ietf-0.6.7 lib/relaton_ietf/hash_converter.rb
relaton-ietf-0.6.6 lib/relaton_ietf/hash_converter.rb
relaton-ietf-0.6.5 lib/relaton_ietf/hash_converter.rb
relaton-ietf-0.6.4 lib/relaton_ietf/hash_converter.rb
relaton-ietf-0.6.3 lib/relaton_ietf/hash_converter.rb