1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

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

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