aboutsummaryrefslogtreecommitdiffstats
path: root/Argcfile.sh
diff options
context:
space:
mode:
authorsigoden <sigoden@gmail.com>2024-06-06 09:38:48 +0800
committerGitHub <noreply@github.com>2024-06-06 09:38:48 +0800
commitd8eeb55578543b7e35c8ea7c38a46b0786e71052 (patch)
treea8f9a1df2ef837f7c65d02e282a39b4d511ceb7f /Argcfile.sh
parent4052bc944eea096d66bbfe23ded12f8d853cb848 (diff)
downloadllm-functions-docker-d8eeb55578543b7e35c8ea7c38a46b0786e71052.tar.gz
feat: remove ruby (#20)
Diffstat (limited to 'Argcfile.sh')
-rw-r--r--Argcfile.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/Argcfile.sh b/Argcfile.sh
index 09686b6..a57debd 100644
--- a/Argcfile.sh
+++ b/Argcfile.sh
@@ -9,7 +9,6 @@ LANG_CMDS=( \
"sh:bash" \
"js:node" \
"py:python" \
- "rb:ruby" \
)
# @cmd Call the function
@@ -142,7 +141,6 @@ test-functions() {
'sh#may_execute_command#{"command":"echo \"✓\""}' \
'js#may_execute_js_code#{"code":"console.log(\"✓\")"}' \
'py#may_execute_py_code#{"code":"print(\"✓\")"}' \
- 'rb#may_execute_rb_code#{"code":"puts \"✓\""}' \
)
for test_case in "${test_cases[@]}"; do