aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/_all.js
diff options
context:
space:
mode:
authorQuinton Miller <nicetas.c@gmail.com>2021-07-31 04:29:37 +0800
committerGitHub <noreply@github.com>2021-07-30 16:29:37 -0400
commit7e1835fa0f376a81ef47b95bd7a1a9dd59d0cb9b (patch)
tree47a55f8bcaee90992d7dd782c835c6d1d7377f9f /lib/compilers/_all.js
parent678adac15b98c508e16010e1f2c192676d0ec0b7 (diff)
downloadcompiler-explorer-7e1835fa0f376a81ef47b95bd7a1a9dd59d0cb9b.tar.gz
compiler-explorer-7e1835fa0f376a81ef47b95bd7a1a9dd59d0cb9b.zip
Add support for Ruby (#2816)
Diffstat (limited to 'lib/compilers/_all.js')
-rw-r--r--lib/compilers/_all.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compilers/_all.js b/lib/compilers/_all.js
index ce1e3c81a..01c6d29cb 100644
--- a/lib/compilers/_all.js
+++ b/lib/compilers/_all.js
@@ -61,6 +61,7 @@ export { PascalWinCompiler } from './pascal-win';
export { PPCICompiler } from './ppci';
export { PtxAssembler } from './ptxas';
export { PythonCompiler } from './python';
+export { RubyCompiler } from './ruby';
export { RustCompiler } from './rust';
export { RustcCgGCCCompiler } from './rustc-cg-gcc';
export { MrustcCompiler } from './mrustc';