# File lib/rspec/expectations/differ.rb, line 44 def diff_as_object(target,expected) diff_as_string(PP.pp(target,""), PP.pp(expected,"")) end