class Herb::AST::ERBWhileNode

def to_hash

def to_hash
  super.merge({
    tag_opening: tag_opening,
    content: content,
    tag_closing: tag_closing,
    statements: statements,
    end_node: end_node,
  })
end