rbp-book icon indicating copy to clipboard operation
rbp-book copied to clipboard

Throughout the book, look at parenthesized method calls and introduce some consistency.

Open practicingruby opened this issue 15 years ago • 0 comments

Method calls are parenthesized irregularly. For example, on page 21: In the ["y", "Y", "YeS", "YES", "yes"].each do |y| block, the calls to expect_output and assert are not parenthesized while provide_input is.

practicingruby avatar Jan 31 '10 19:01 practicingruby