class Bashly::IndentationHelper

def set_heredoc_state(line)

def set_heredoc_state(line)
  @marker = extract_heredoc_marker(line)
end