Verbosity of p

hello

why does: puts "Inspect:#{p(myDog)}"

give LESS verbose results than:

p(myDog)

?

thanks

It doesn't for me. Can you show an example, what versions are you using?

Colin

It doesn't; it gives me exactly the same, but with an extra carriage return. What *actual* output do you get?