Use better nameing
This commit is contained in:
parent
9be267837e
commit
120901a591
1 changed files with 3 additions and 3 deletions
|
@ -103,19 +103,19 @@ module Mutant
|
|||
#
|
||||
def normal_dispatch
|
||||
emit_naked_receiver
|
||||
emit_selector_replacements
|
||||
emit_selector_replacement
|
||||
mutate_receiver
|
||||
emit_argument_propagation
|
||||
mutate_arguments
|
||||
end
|
||||
|
||||
# Emit selector replacements
|
||||
# Emit selector replacement
|
||||
#
|
||||
# @return [undefined]
|
||||
#
|
||||
# @api private
|
||||
#
|
||||
def emit_selector_replacements
|
||||
def emit_selector_replacement
|
||||
replacement = SELECTOR_REPLACEMENTS.fetch(selector) { return }
|
||||
emit_selector(replacement)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue