mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
87899cfcf0
We can safely assume we're not dealing with an infinite collection as we're about to call `each` on it and collect the results until it terminates on its own. Given that, `to_a` is implemented by the normal Array-like objects, and less Array-like objects like `Enumerator` and `Enumerator::Lazy`. |
||
---|---|---|
.. | ||
action_view | ||
action_view.rb |