Style
This commit is contained in:
parent
68b813847a
commit
afb2c7f99b
1 changed files with 6 additions and 6 deletions
|
@ -10,12 +10,12 @@ module Mutant
|
|||
children :receiver, :selector
|
||||
|
||||
SELECTOR_REPLACEMENTS = IceNine.deep_freeze(
|
||||
reverse_map: [:map, :each ],
|
||||
reverse_each: [:each ],
|
||||
map: [:each ],
|
||||
send: [:public_send ],
|
||||
gsub: [:sub ],
|
||||
eql?: [:equal? ],
|
||||
reverse_map: [:map, :each],
|
||||
reverse_each: [:each],
|
||||
map: [:each],
|
||||
send: [:public_send],
|
||||
gsub: [:sub],
|
||||
eql?: [:equal?],
|
||||
:== => [:eql?, :equal?]
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue