diff options
Diffstat (limited to 'lib/compilers/_all.js')
-rw-r--r-- | lib/compilers/_all.js | 1 |
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'; |