class RGBUtils::Converter

Public Class Methods

convert(*args) click to toggle source
# File lib/rgb_utils/converter.rb, line 3
def self.convert(*args)
  new(*args).convert
end

Public Instance Methods

convert() click to toggle source
# File lib/rgb_utils/converter.rb, line 7
def convert
  fail NotImplementedError
end