@ DocumentNode (location: (1:0)-(10:0))
└── children: (2 items)
    ├── @ ERBBeginNode (location: (1:0)-(9:9))
    │   ├── tag_opening: "<%" (location: (1:0)-(1:2))
    │   ├── content: " begin " (location: (1:2)-(1:9))
    │   ├── tag_closing: "%>" (location: (1:9)-(1:11))
    │   ├── statements: (1 item)
    │   │   └── @ HTMLTextNode (location: (1:11)-(3:0))
    │   │       └── content: "\n  begin\n"
    │   │
    │   ├── rescue_clause:
    │   │   └── @ ERBRescueNode (location: (3:0)-(5:0))
    │   │       ├── tag_opening: "<%" (location: (3:0)-(3:2))
    │   │       ├── content: " rescue StandardError " (location: (3:2)-(3:24))
    │   │       ├── tag_closing: "%>" (location: (3:24)-(3:26))
    │   │       ├── statements: (1 item)
    │   │       │   └── @ HTMLTextNode (location: (3:26)-(5:0))
    │   │       │       └── content: "\n  StandardError\n"
    │   │       │
    │   │       └── subsequent:
    │   │           └── @ ERBRescueNode (location: (5:0)-(7:0))
    │   │               ├── tag_opening: "<%" (location: (5:0)-(5:2))
    │   │               ├── content: " rescue ArgumentError " (location: (5:2)-(5:24))
    │   │               ├── tag_closing: "%>" (location: (5:24)-(5:26))
    │   │               ├── statements: (1 item)
    │   │               │   └── @ HTMLTextNode (location: (5:26)-(7:0))
    │   │               │       └── content: "\n  ArgumentError\n"
    │   │               │
    │   │               └── subsequent: ∅
    │   │
    │   │
    │   ├── else_clause:
    │   │   └── @ ERBElseNode (location: (7:0)-(7:10))
    │   │       ├── tag_opening: "<%" (location: (7:0)-(7:2))
    │   │       ├── content: " else " (location: (7:2)-(7:8))
    │   │       ├── tag_closing: "%>" (location: (7:8)-(7:10))
    │   │       └── statements: (1 item)
    │   │           └── @ HTMLTextNode (location: (7:10)-(9:0))
    │   │               └── content: "\n  else\n"
    │   │
    │   │
    │   ├── ensure_clause: ∅
    │   └── end_node:
    │       └── @ ERBEndNode (location: (9:0)-(9:9))
    │           ├── tag_opening: "<%" (location: (9:0)-(9:2))
    │           ├── content: " end " (location: (9:2)-(9:7))
    │           └── tag_closing: "%>" (location: (9:7)-(9:9))
    │
    │
    └── @ HTMLTextNode (location: (9:9)-(10:0))
        └── content: "\n"