You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve String#pretty_print output by splitting newline (#5750)
Like Ruby's `pp`, String#pretty_print splits its content by newline and
shows each lines with joining `+` operator.
I believe this improves readability against large multiline string on `p`.
0 commit comments