Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't call Ruby 2.4+'s String#pretty_print #208

Merged
merged 1 commit into from
Mar 20, 2021

Conversation

k0kubun
Copy link
Member

@k0kubun k0kubun commented Mar 20, 2021

Just like what pry does.

Before

$ irb
irb(main)[01:0]> "a\nb"
=> "a\n" + "b"

After

$ irb
irb(main)[01:0]> "a\nb"
=> "a\nb"

@aycabta aycabta merged commit 209f53c into ruby:master Mar 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants