# File lib/pry/code.rb, line 152
def
select
(
&
blk
)
alter
do
@lines
=
@lines
.
select
(
&
blk
)
end
end