> How about the values indented? > > expected: > "this is a very long string blah blah" > got: > "this is a very very long string blah blah" > (using ==) > I like that style. better still with PP: PP.pp(value, " ").gsub("\n", "\n ") Tom