aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/tool/compiler/phase/generation/ruby/extension/common.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/tool/compiler/phase/generation/ruby/extension/common.lux')
-rw-r--r--stdlib/source/lux/tool/compiler/phase/generation/ruby/extension/common.lux3
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/source/lux/tool/compiler/phase/generation/ruby/extension/common.lux b/stdlib/source/lux/tool/compiler/phase/generation/ruby/extension/common.lux
index eda6782b3..cb72ecca0 100644
--- a/stdlib/source/lux/tool/compiler/phase/generation/ruby/extension/common.lux
+++ b/stdlib/source/lux/tool/compiler/phase/generation/ruby/extension/common.lux
@@ -1,5 +1,6 @@
(.module:
[lux #*
+ [host (#+ import:)]
[abstract
["." monad (#+ do)]]
[control
@@ -9,7 +10,7 @@
["." text]
[collection
["." dictionary]]]
- [host (#+ import:)
+ [target
["_" ruby (#+ Expression)]]]
["." /// #_
["#." runtime (#+ Operation Phase Handler Bundle)]