Flowdock
method

==

Importance_0
==(other) public

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/example/example_proxy.rb, line 36
      def ==(other) # :nodoc:
        (other.description == description) & (other.location == location)
      end
Register or log in to add new notes.