Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1860,7 +1860,7 @@ nodes:
comment: |
Represents the location of the `class` keyword.

class Foo end
class Foo; end
^^^^^
- name: constant_path
type: node
Expand Down Expand Up @@ -1899,19 +1899,19 @@ nodes:
comment: |
Represents the location of the `end` keyword.

class Foo end
^^^
class Foo; end
^^^
- name: name
type: constant
comment: |
The name of the class.

class Foo end # name `:Foo`
class Foo; end # name `:Foo`
comment: |
Represents a class declaration involving the `class` keyword.

class Foo end
^^^^^^^^^^^^^
class Foo; end
^^^^^^^^^^^^^^
- name: ClassVariableAndWriteNode
fields:
- name: name
Expand Down