mirror of
https://github.com/github/semantic.git
synced 2024-12-20 21:31:48 +03:00
29 lines
444 B
JSON
29 lines
444 B
JSON
{
|
|
"files": [
|
|
{
|
|
"path": "test/fixtures/ruby/corpus/method-declaration.A.rb",
|
|
"symbols": [
|
|
{
|
|
"span":
|
|
{
|
|
"start":
|
|
{
|
|
"line": 1,
|
|
"column": 1
|
|
},
|
|
"end":
|
|
{
|
|
"line": 2,
|
|
"column": 4
|
|
}
|
|
},
|
|
"kind": "Method",
|
|
"symbol": "foo",
|
|
"line": "def foo",
|
|
"docs": null
|
|
}],
|
|
"language": "Ruby",
|
|
"errors": []
|
|
}]
|
|
}
|