mirror of
https://github.com/github/semantic.git
synced 2024-11-29 02:44:36 +03:00
13 lines
190 B
JSON
13 lines
190 B
JSON
{
|
|
"blobs": [{
|
|
"before": {
|
|
"path": "method.rb",
|
|
"content": "def foo; end",
|
|
},
|
|
"after": {
|
|
"path": "method.rb",
|
|
"content": "def bar(x); end",
|
|
}
|
|
}]
|
|
}
|