Added Ruby support.

This commit is contained in:
Alexander Borisov
2018-03-21 16:50:07 +03:00
parent 778a90c319
commit 37051b6c15
11 changed files with 1534 additions and 1 deletions

View File

@@ -21,6 +21,10 @@ case "$nxt_module" in
. auto/modules/perl
;;
ruby)
. auto/modules/ruby
;;
*)
echo
echo $0: error: invalid module \"$nxt_module\".