Well, no.
Here's an example. File a:
{ foo => 'bar', hello_world => 'OH HAI', }
{ foo => 'bar', hello_world => 'OH HAI', longlonglonglong => 1, }
$ diff -uw a b --- a 2011-01-06 08:51:55.725595229 -0600 +++ b 2011-01-06 08:51:52.285595452 -0600 @@ -1,4 +1,5 @@ { foo => 'bar', hello_world => 'OH HAI', + longlonglonglong => 1, }
Well, no.
Here's an example. File a:
File a with a long key added, let's call it b: Then we do a diff: So see, that's not a problem.