Skip to content

Commit

Permalink
- AST::Processor: handle on_index, on_indexasgn, on_lambda.
Browse files Browse the repository at this point in the history
  • Loading branch information
iliabylich authored and whitequark committed Mar 12, 2018
1 parent 2de0c52 commit 7d72eba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/parser/ast/processor.rb
Expand Up @@ -166,7 +166,11 @@ def on_send(node)

alias on_csend on_send

alias on_index process_regular_node
alias on_indexasgn process_regular_node

alias on_block process_regular_node
alias on_lambda process_regular_node

alias on_while process_regular_node
alias on_while_post process_regular_node
Expand Down

0 comments on commit 7d72eba

Please sign in to comment.