Method: Furnish::Provisioner::API#==
- Defined in:
- lib/furnish/provisioners/api.rb
#==(other) ⇒ Object
Assists with equality checks. See #hash for how this is done.
420 421 422 |
# File 'lib/furnish/provisioners/api.rb', line 420 def ==(other) self.hash == other.hash end |