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