JoshSmith/kaleidoscope

View on GitHub

Showing 1 of 1 total issue

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
    Severity
    Category
    Status
    Source
    Language