Exception: StyleTrain::Color::RatioError

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/style_train/color.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



770
771
772
# File 'lib/style_train/color.rb', line 770

def message
  @message ||= "Ratios must be a decimal value between 0 and 1"
end