@ DocumentNode (location: (1:0)-(2:0))
└── children: (2 items)
    ├── @ ERBContentNode (location: (1:0)-(1:100))
    │   ├── tag_opening: "<%=" (location: (1:0)-(1:3))
    │   ├── content: " @user.new_record? ? new_user_path(name: @user.name) : edit_user_path(@user, name: @user.name) " (location: (1:3)-(1:98))
    │   ├── tag_closing: "%>" (location: (1:98)-(1:100))
    │   ├── parsed: true
    │   └── valid: true
    │
    └── @ HTMLTextNode (location: (1:100)-(2:0))
        └── content: "\n"