mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Ok, don't be ___ silly either
This commit is contained in:
parent
e8056005f8
commit
baaa85a15c
1 changed files with 1 additions and 2 deletions
|
@ -189,8 +189,7 @@ class Pry
|
|||
:_file_ => proc { last_file },
|
||||
:_dir_ => proc { last_dir },
|
||||
:_ => proc { last_result },
|
||||
:__ => proc { @output_array[-2] },
|
||||
:___ => proc { @output_array[-3] }
|
||||
:__ => proc { @output_array[-2] }
|
||||
}.merge(extra_sticky_locals)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue