# File lib/pry/code.rb, line 279 def with_marker(line_num=1) alter do @with_marker = !!line_num @marker_line_num = line_num end end