gavinlaking/vedeu

View on GitHub
lib/vedeu/runtime/launcher.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

    def self.execute!(argv = [],
                      stdin  = STDIN,
                      stdout = STDOUT,
                      stderr = STDERR,
                      kernel = Kernel)
Severity: Minor
Found in lib/vedeu/runtime/launcher.rb - About 35 mins to fix

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

        def initialize(argv   = [],
                       stdin  = STDIN,
                       stdout = STDOUT,
                       stderr = STDERR,
                       kernel = Kernel)
    Severity: Minor
    Found in lib/vedeu/runtime/launcher.rb - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status