lib/rdoc/normal_class.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

  def pretty_print q # :nodoc:
    superclass = @superclass ? " < #{@superclass}" : nil

    q.group 2, "[class #{full_name}#{superclass}", "]" do
      q.breakable
Severity: Minor
Found in lib/rdoc/normal_class.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status