Update PRY integration section (#411)

Mention how `.pryrc` can be used so that a project always uses awesome_print.

(I'm checking that file in for myself and my teammates.)
This commit is contained in:
Michael Floering 2021-04-20 08:14:18 -07:00 committed by GitHub
parent 9ae56ba413
commit 8a7ff0aaba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -308,7 +308,8 @@ AwesomePrint.irb!
### PRY integration ###
If you miss awesome_print's way of formatting output, here's how you can use it in place
of the formatting which comes with pry. Add the following code to your ~/.pryrc:
of the formatting which comes with pry. Add the following code to your `~/.pryrc`
or your project's `./.pryrc`:
```ruby
require "awesome_print"