Throughout the book, look at parenthesized method calls and introduce some consistency.
Opened this issue · 0 comments
practicingruby commented
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.