Skip to content
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions schema/function.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"required": ["type", "name"]
}
},
"type": "object",
"properties": {
"required_positionals": {
"title": "Required positional parameters",
Expand Down
5 changes: 5 additions & 0 deletions schema/members.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
},
"include": {
"title": "Include mixin",
"type": "object",
"properties": {
"member": {
"enum": ["include"]
Expand Down Expand Up @@ -107,6 +108,7 @@
},
"extend": {
"title": "Extend mixin",
"type": "object",
"properties": {
"member": {
"enum": ["extend"]
Expand Down Expand Up @@ -137,6 +139,7 @@
},
"prepend": {
"title": "Prepend mixin",
"type": "object",
"properties": {
"member": {
"enum": ["prepend"]
Expand Down Expand Up @@ -168,6 +171,7 @@
"attribute": {
"title": "Attribute definitions",
"description": "`attr_reader`, `attr_accessor`, `attr_writer`",
"type": "object",
"properties": {
"member": {
"type": "string",
Expand Down Expand Up @@ -232,6 +236,7 @@
"alias": {
"title": "Alias declaration",
"description": "`alias to_s inspect`, `alias self.new self.allocate`, ...",
"type": "object",
"properties": {
"member": {
"type": "string",
Expand Down
Loading