lib/rr/double.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Class Double has 27 methods (exceeds 20 allowed). Consider refactoring.
Open

  class Double
    extend(Module.new do
      def formatted_name(method_name, args, kwargs)
        formatted_arguments =
          args.collect {|arg| arg.inspect} +
Severity: Minor
Found in lib/rr/double.rb - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status