diff options
Diffstat (limited to '')
-rw-r--r-- | lux-ruby/source/program.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-ruby/source/program.lux b/lux-ruby/source/program.lux index 6bfae1f33..534a59e70 100644 --- a/lux-ruby/source/program.lux +++ b/lux-ruby/source/program.lux @@ -589,7 +589,7 @@ (..read (maybe.default (:coerce java/lang/Object []) output)))))] (: (Host _.Expression _.Statement) - (structure + (implementation (def: (evaluate! context code) (run! code)) |