Method: Selenium::WebDriver::Support::Color#hash
- Defined in:
- lib/selenium/webdriver/support/color.rb
#hash ⇒ Object
127 128 129 |
# File 'lib/selenium/webdriver/support/color.rb', line 127 def hash [red, green, blue, alpha, self.class].hash end |