1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 17:04:47 +03:00

Remove new_ruby

This commit is contained in:
Timothy Clem 2016-11-10 12:55:42 -08:00
parent 59356c0395
commit d8b260e35e

View File

@ -1,14 +0,0 @@
[
{
"language": "ruby",
"fileExt": ".rb",
"repoUrl": "https://github.com/diff-fixtures/ruby.git",
"syntaxes": [
{
"syntax": "module",
"insert": "module Foo\nend",
"replacement": "module Foo\n def bar\n end\nend"
}
]
}
]