1
0
Fork 0
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:
Robert Gleeson 2014-02-07 01:53:36 +01:00
parent ebfa28a84a
commit e24788f399

View file

@ -178,7 +178,7 @@ class Pry
def window_size def window_size
if args.empty? if args.empty?
Pry.config.default_window_size _pry_.config.default_window_size
else else
args.first.to_i args.first.to_i
end end