diff options
author | eileencodes <eileencodes@gmail.com> | 2015-03-05 15:30:39 -0500 |
---|---|---|
committer | eileencodes <eileencodes@gmail.com> | 2015-03-05 18:21:16 -0500 |
commit | cbac1fdf65286d7042ab263ce8a3af5d6022d3af (patch) | |
tree | 1526f820e5c44a75d9eac481eb741f2a25ad058b /activejob | |
parent | 5eaeb3708059aa23ed1c250219082c508e58c6e5 (diff) | |
download | rails-cbac1fdf65286d7042ab263ce8a3af5d6022d3af.tar.gz rails-cbac1fdf65286d7042ab263ce8a3af5d6022d3af.tar.bz2 rails-cbac1fdf65286d7042ab263ce8a3af5d6022d3af.zip |
Change *args to arg in CallbackSequence#call
`CallbackSequence#call` can only ever take one argument. Using `*args`
here produces unnecessary array allocations. Since it only ever takes
one argument we should use `arg` instead of `*args`.
Diffstat (limited to 'activejob')
0 files changed, 0 insertions, 0 deletions