rbp-book
rbp-book copied to clipboard
Throughout the book, look at parenthesized method calls and introduce some consistency.
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.