module RuboCop::Cop::Heredoc

def delimiter_string(node)

def delimiter_string(node)
  node.source.match(OPENING_DELIMITER).captures[1]
end