Showing 2 of 5 total issues
Class PostProcessor
has 25 methods (exceeds 20 allowed). Consider refactoring. Open
Open
class PostProcessor
attr_reader :doc
def initialize(doc)
@doc = doc
end
Method initialize
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def initialize(doc_root, port, host, slides_file, ui)