Exception: StyleTrain::HexColor::HexError

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

Instance Method Summary collapse

Instance Method Details

#messageObject



4
5
6
# File 'lib/style_train/color_types/hex_color.rb', line 4

def message 
  @message ||= 'Hexidecimal colors should be 3 or 6 hexidecimal digits and can be preceded by a # sign'
end