J
Johny Why
hello
why does:
puts "Inspect:#{p(myDog)}"
give LESS verbose results than:
p(myDog)
?
is it that p returns an array, and puts only prints the first element of
arrays?
thanks
why does:
puts "Inspect:#{p(myDog)}"
give LESS verbose results than:
p(myDog)
?
is it that p returns an array, and puts only prints the first element of
arrays?
thanks