From 47b320b854a6f28621c5d5d118cac31db27e7c50 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 25 Feb 2021 01:50:24 -0400 Subject: Updates for Ruby compiler. --- lux-python/source/program.lux | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lux-python') diff --git a/lux-python/source/program.lux b/lux-python/source/program.lux index 166dee982..366395232 100644 --- a/lux-python/source/program.lux +++ b/lux-python/source/program.lux @@ -281,7 +281,10 @@ (wrap [global value definition])))) (def: (ingest context content) - (|> content (\ encoding.utf8 decode) try.assume (:coerce (_.Statement Any)))) + (|> content + (\ encoding.utf8 decode) + try.assume + (:coerce (_.Statement Any)))) (def: (re_learn context content) (execute! content)) -- cgit v1.2.3