# File lib/pry/code.rb, line 224 def with_marker(lineno = 1) alter do @with_marker = !!lineno @marker_lineno = lineno end end