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:
parent
ae619eae92
commit
0c4b52d0f1
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue