diff options
Diffstat (limited to 'lux-ruby')
-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 d6a6de4d4..728949384 100644 --- a/lux-ruby/source/program.lux +++ b/lux-ruby/source/program.lux @@ -934,7 +934,7 @@ (<| (as Extender) (function (@self handler)) (as Handler) - (function (@self name phase)) + (function (@self phase)) (as Phase) (function (@self archive parameters)) (as Operation) |