ruby-for-beginners icon indicating copy to clipboard operation
ruby-for-beginners copied to clipboard

"printing things" is missing an example use of the recommended p method

Open asavageiv opened this issue 5 years ago • 0 comments

"printing things" is missing an example use of the recommended p method. Perhaps "For example when you pass an array to puts then it will output each of the objects on a separate line:" could be changed to "... on a separate line, but the p method outputs the array as it appears in its declaration." along with the example modified appropriately.

asavageiv avatar Apr 10 '20 16:04 asavageiv