config/behavior: fix indentation for #eager_load! example

This commit is contained in:
Kyrylo Silin 2019-02-16 13:44:28 +02:00
parent ae619eae92
commit 0c4b52d0f1
1 changed files with 1 additions and 2 deletions

View File

@ -266,9 +266,8 @@ class Pry
# Eagerly loads keys into self directly from {#last_default}.
#
# @example
#
# [1] pry(main)> _pry_.config.keys.size
# => 13
# => 13
# [2] pry(main)> _pry_.config.eager_load!;
# [warning] Pry.config.exception_whitelist is deprecated, please use Pry.config.unrescued_exceptions instead.
# [3] pry(main)> _pry_.config.keys.size