Remove Ruby test file from tests/multi-language-repo

This commit is contained in:
Arthur Baars
2021-05-21 11:49:26 +02:00
parent eeaefb6054
commit f809deebe5
-11
View File
@@ -1,11 +0,0 @@
#!/usr/bin/ruby
# frozen_string_literal: true
def main
v = ARGV[0]
puts 'with arg?' unless v.nil?
puts 'hello there'
end
main