lib/isodoc/ogc/presentation_xml_convert.rb
Class PresentationXMLConvert
has 33 methods (exceeds 20 allowed). Consider refactoring. Open
Open
class PresentationXMLConvert < IsoDoc::PresentationXMLConvert
def initialize(options)
@libdir = File.dirname(__FILE__)
super
end
Method norm_ref_entry_code
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def norm_ref_entry_code(_ordinal, _idents, _ids, _standard, _datefn, _bib)
Method biblio_ref_entry_code
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def biblio_ref_entry_code(ordinal, ids, _id, standard, datefn, _bib)