mirror of
https://github.com/github/semantic.git
synced 2025-01-04 13:34:31 +03:00
27 lines
406 B
JSON
27 lines
406 B
JSON
{
|
|
"files": [
|
|
{
|
|
"path": "test/fixtures/ruby/corpus/method-declaration.A.rb",
|
|
"language": "Ruby",
|
|
"symbols": [
|
|
{
|
|
"symbol": "foo",
|
|
"kind": "Method",
|
|
"line": "def foo",
|
|
"span":
|
|
{
|
|
"start":
|
|
{
|
|
"line": 1,
|
|
"column": 1
|
|
},
|
|
"end":
|
|
{
|
|
"line": 2,
|
|
"column": 4
|
|
}
|
|
}
|
|
}]
|
|
}]
|
|
}
|