Exception: StyleTrain::Color::ByteError

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

Instance Method Summary collapse

Instance Method Details

#messageObject



776
777
778
# File 'lib/style_train/color.rb', line 776

def message
  @message ||= "Bytes must be between 0 and 255"
end