# File lib/pry/indent.rb, line 81 def reset @stack = [] @indent_level = '' @heredoc_queue = [] @close_heredocs = {} @string_start = nil self end