mirror of
https://github.com/github/semantic.git
synced 2024-11-28 01:47:01 +03:00
18 lines
269 B
JSON
18 lines
269 B
JSON
|
{
|
||
|
"files": [
|
||
|
{
|
||
|
"path": "test/fixtures/ruby/corpus/method-declaration.A.rb",
|
||
|
"symbols": [
|
||
|
{
|
||
|
"span":
|
||
|
{
|
||
|
"start": [1, 1],
|
||
|
"end": [2, 4]
|
||
|
},
|
||
|
"kind": "Method",
|
||
|
"symbol": "foo"
|
||
|
}],
|
||
|
"language": "Ruby"
|
||
|
}]
|
||
|
}
|