lib/rdoc/normal_module.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method pretty_print has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def pretty_print q # :nodoc:
    q.group 2, "[module #{full_name}:", "]" do
      q.breakable
      q.text "includes:"
      q.breakable
Severity: Minor
Found in lib/rdoc/normal_module.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status