JoshSmith/kaleidoscope

View on GitHub
lib/kaleidoscope/color.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Class Color has 28 methods (exceeds 20 allowed). Consider refactoring.
Open

  class Color

    def initialize(rgb)
      @rgb = RGB.new(rgb[:r], rgb[:g], rgb[:b])
    end
Severity: Minor
Found in lib/kaleidoscope/color.rb - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status