Method: Selenium::WebDriver::Support::Color#hash

Defined in:
lib/selenium/webdriver/support/color.rb

#hashObject



127
128
129
# File 'lib/selenium/webdriver/support/color.rb', line 127

def hash
  [red, green, blue, alpha, self.class].hash
end