mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Comment is not needed anymore, since the last command could be anything now
This commit is contained in:
parent
8902a27dcf
commit
aed885acd6
1 changed files with 0 additions and 1 deletions
|
@ -171,7 +171,6 @@ class Pry
|
||||||
Pry.history.to_a.last(Pry.history.session_line_count)
|
Pry.history.to_a.last(Pry.history.session_line_count)
|
||||||
end
|
end
|
||||||
|
|
||||||
# The last value in history will be the 'hist' command itself
|
|
||||||
Pry::Code(Pry.history.filter(h[0..-2]))
|
Pry::Code(Pry.history.filter(h[0..-2]))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue