Sha256: 6d0b36cb1b9c9520dca3a8b4df59a436c5018fdb98db6842cfa565dd1c663d2d
Contents?: true
Size: 396 Bytes
Versions: 21
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
21 entries across 21 versions & 1 rubygems