@ DocumentNode (location: (1:0)-(5:0))
└── children: (2 items)
    ├── @ ERBBlockNode (location: (1:0)-(4:9))
    │   ├── tag_opening: "<%=" (location: (1:0)-(1:3))
    │   ├── content: " form_with model: @user, url: @user.new_record? ? users_path : user_path(@user), method: @user.new_record? ? :post : :patch do |form| " (location: (1:3)-(1:137))
    │   ├── tag_closing: "%>" (location: (1:137)-(1:139))
    │   ├── body: (5 items)
    │   │   ├── @ HTMLTextNode (location: (1:139)-(2:2))
    │   │   │   └── content: "\n  "
    │   │   │
    │   │   ├── @ ERBContentNode (location: (2:2)-(2:30))
    │   │   │   ├── tag_opening: "<%=" (location: (2:2)-(2:5))
    │   │   │   ├── content: " form.text_field :name " (location: (2:5)-(2:28))
    │   │   │   ├── tag_closing: "%>" (location: (2:28)-(2:30))
    │   │   │   ├── parsed: true
    │   │   │   └── valid: true
    │   │   │
    │   │   ├── @ HTMLTextNode (location: (2:30)-(3:2))
    │   │   │   └── content: "\n  "
    │   │   │
    │   │   ├── @ ERBContentNode (location: (3:2)-(3:20))
    │   │   │   ├── tag_opening: "<%=" (location: (3:2)-(3:5))
    │   │   │   ├── content: " form.submit " (location: (3:5)-(3:18))
    │   │   │   ├── tag_closing: "%>" (location: (3:18)-(3:20))
    │   │   │   ├── parsed: true
    │   │   │   └── valid: true
    │   │   │
    │   │   └── @ HTMLTextNode (location: (3:20)-(4:0))
    │   │       └── content: "\n"
    │   │
    │   └── end_node:
    │       └── @ ERBEndNode (location: (4:0)-(4:9))
    │           ├── tag_opening: "<%" (location: (4:0)-(4:2))
    │           ├── content: " end " (location: (4:2)-(4:7))
    │           └── tag_closing: "%>" (location: (4:7)-(4:9))
    │
    │
    └── @ HTMLTextNode (location: (4:9)-(5:0))
        └── content: "\n"