Dataflow for implicit self argument of methods

This commit is contained in:
Arthur Baars
2021-05-18 11:59:48 +02:00
parent eb8b2558da
commit 0ccca47b01
3 changed files with 37 additions and 4 deletions

View File

@@ -1,3 +1,4 @@
| local_dataflow.rb:1:1:7:3 | self in foo | local_dataflow.rb:3:8:3:10 | self |
| local_dataflow.rb:1:9:1:9 | a | local_dataflow.rb:1:9:1:9 | a |
| local_dataflow.rb:1:9:1:9 | a | local_dataflow.rb:2:7:2:7 | a |
| local_dataflow.rb:2:3:2:7 | ... = ... | local_dataflow.rb:3:13:3:13 | b |