Skip to content

Commit

Permalink
Don't be ____ silly
Browse files Browse the repository at this point in the history
  • Loading branch information
ConradIrwin committed Sep 21, 2012
1 parent bc4fb83 commit e805600
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/pry/pry_instance.rb
Expand Up @@ -190,8 +190,7 @@ def sticky_locals
:_dir_ => proc { last_dir },
:_ => proc { last_result },
:__ => proc { @output_array[-2] },
:___ => proc { @output_array[-3] },
:____ => proc { @output_array[-4] }
:___ => proc { @output_array[-3] }
}.merge(extra_sticky_locals)
end

Expand Down

0 comments on commit e805600

Please sign in to comment.