rubinius/rubinius

View on GitHub
library/rubygems/commands/uninstall_command.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Method initialize has 62 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def initialize
    super 'uninstall', 'Uninstall gems from the local repository',
          :version => Gem::Requirement.default, :user_install => true,
          :check_dev => false, :vendor => false

Severity: Major
Found in library/rubygems/commands/uninstall_command.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status