Method: Spec::Example::ExampleProxy#==

Defined in:
lib/spec/example/example_proxy.rb

#==(other) ⇒ Object

:nodoc:

[View source]

36
37
38
# File 'lib/spec/example/example_proxy.rb', line 36

def ==(other) # :nodoc:
  (other.description == description) & (other.location == location)
end