diff options
Diffstat (limited to 'lux-ruby/source')
-rw-r--r-- | lux-ruby/source/program.lux | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lux-ruby/source/program.lux b/lux-ruby/source/program.lux index 68daa7bb9..83a565329 100644 --- a/lux-ruby/source/program.lux +++ b/lux-ruby/source/program.lux @@ -203,7 +203,7 @@ (import org/jruby/runtime/Signature "[1]::[0]" - ("static" THREE_ARGUMENTS org/jruby/runtime/Signature)) + ("read_only" "static" THREE_ARGUMENTS org/jruby/runtime/Signature)) (import org/jruby/parser/StaticScope "[1]::[0]") @@ -218,8 +218,8 @@ (import org/jruby/runtime/Block "[1]::[0]" - ("static" NULL_BLOCK org/jruby/runtime/Block) - (type org/jruby/runtime/Block$Type) + ("read_only" "static" NULL_BLOCK org/jruby/runtime/Block) + ("read_only" type org/jruby/runtime/Block$Type) (getBody [] org/jruby/runtime/BlockBody)) (import org/jruby/RubyProc |