Method: Browsery::Connector::Config#hash
- Defined in:
- lib/browsery/connector.rb
#hash ⇒ Object
Hashing mechanism should only look at the connector and environment values
24 25 26 |
# File 'lib/browsery/connector.rb', line 24 def hash @connector.hash ^ @env.hash end |