mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
update whereami command to use _pry_.config.default_window_size.
This commit is contained in:
parent
ebfa28a84a
commit
e24788f399
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ class Pry
|
|||
|
||||
def window_size
|
||||
if args.empty?
|
||||
Pry.config.default_window_size
|
||||
_pry_.config.default_window_size
|
||||
else
|
||||
args.first.to_i
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue