Method: Spec::Example::ExampleProxy#==
- Defined in:
- lib/spec/example/example_proxy.rb
permalink #==(other) ⇒ Object
:nodoc:
36 37 38 |
# File 'lib/spec/example/example_proxy.rb', line 36 def ==(other) # :nodoc: (other.description == description) & (other.location == location) end |