Sha256: e31a4d678564e42576c30c6d85d392f3fbfe6a5d6130dbb99e07bae7c3cec17f
Contents?: true
Size: 396 Bytes
Versions: 106
Compression:
Stored size: 396 Bytes
Contents
require "relaton_bib/formatted_string" module RelatonBib class FormattedRef < FormattedString # @param [Nokogiri::XML::Builder] def to_xml(builder) builder.formattedref { super } end # @param prefix [String] # @return [String] def to_asciibib(prefix = "") pref = prefix.empty? ? "formattedref" : "#{prefix}.formattedref" super pref end end end
Version data entries
106 entries across 106 versions & 1 rubygems