diff options
author | Sean Griffin <sean@seantheprogrammer.com> | 2017-07-21 09:41:07 -0400 |
---|---|---|
committer | Sean Griffin <sean@seantheprogrammer.com> | 2017-07-21 09:41:07 -0400 |
commit | ecec50da1d709f9b442c88c2f53a8065e2ed6548 (patch) | |
tree | a17e078fd51f7d83c96b2243452e1d261ffd2b63 /test/support | |
parent | 7ca5c37f484edebd169e4136331500d4b5c31cbe (diff) | |
download | rails-ecec50da1d709f9b442c88c2f53a8065e2ed6548.tar.gz rails-ecec50da1d709f9b442c88c2f53a8065e2ed6548.tar.bz2 rails-ecec50da1d709f9b442c88c2f53a8065e2ed6548.zip |
Add a collector to grab the bind values off the AST
Now that the bind values are being stored on the actual AST, we need a
way to pull them off into the array that we were previously maintaining
separately. This requires a full walk of the AST. This is an expensive
operation, so I've also added a visitor for delegating to more than one
visitor in a single pass.
Diffstat (limited to 'test/support')
0 files changed, 0 insertions, 0 deletions