Flowdock
diff_as_object(target,expected) public

No documentation

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

Hide source
# File lib/spec/expectations/differs/default.rb, line 51
        def diff_as_object(target,expected)
          diff_as_string(PP.pp(target,""), PP.pp(expected,""))
        end
Register or log in to add new notes.