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 a18f86cb9..30940108e 100644 --- a/lux-ruby/source/program.lux +++ b/lux-ruby/source/program.lux @@ -228,7 +228,7 @@ (call [org/jruby/runtime/ThreadContext [org/jruby/runtime/builtin/IRubyObject]] "try" org/jruby/runtime/builtin/IRubyObject)) -(type: Translator +(type Translator (-> java/lang/Object (Try Any))) (def (read_tuple read host_object) |