# File lib/spec/expectations/differs/default.rb, line 45 def diff_as_object(target,expected) diff_as_string(PP.pp(target,""), PP.pp(expected,"")) end