Style
This commit is contained in:
parent
b1f864d10f
commit
8e9043ea57
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ module Mutant
|
|||
|
||||
handle(:send)
|
||||
|
||||
RECEIVER_INDEX, SELECTOR_INDEX, ARGUMENTS_INDEX = 0, 1, 2..-1
|
||||
RECEIVER_INDEX, SELECTOR_INDEX = 0, 1
|
||||
ARGUMENTS_INDEX = 2..-1.freeze
|
||||
|
||||
private
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue