lib/sym/application.rb

Summary

Maintainability
A
35 mins
Test Coverage

Class Application has 21 methods (exceeds 20 allowed). Consider refactoring.
Invalid

  class Application

    attr_accessor :opts,
                  :opts_slop,
                  :args,
Severity: Minor
Found in lib/sym/application.rb - About 2 hrs to fix

    Method initialize has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def initialize(opts, stdin = $stdin, stdout = $stdout, stderr = $stderr, kernel = nil)
    Severity: Minor
    Found in lib/sym/application.rb - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status