diff options
author | Eduardo Julian | 2022-06-25 20:24:43 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-06-25 20:24:43 -0400 |
commit | fb46beb8bd784ba92949bf2c535dc13c2f003ef0 (patch) | |
tree | 28dbec5e8e6a1307a5aee28772d9aa897349bc57 /lux-ruby/source | |
parent | a384e0c9426d6110fa4c104a1327808a0aff91b0 (diff) |
De-sigil-ification: suffix : [Part 15]
Diffstat (limited to 'lux-ruby/source')
-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) |