class Unparser::Buffer

def push_heredoc(heredoc)

Parameters:
  • heredoc (String) --
def push_heredoc(heredoc)
  @heredocs << heredoc
end