Fix yard docs
This commit is contained in:
parent
9e96831cc1
commit
fb00dcf9e2
1 changed files with 8 additions and 2 deletions
|
@ -9,8 +9,6 @@ module Mutant
|
|||
|
||||
children :receiver, :selector
|
||||
|
||||
alias_method :arguments, :remaining_children
|
||||
|
||||
private
|
||||
|
||||
# Emit mutations
|
||||
|
@ -27,6 +25,14 @@ module Mutant
|
|||
normal_dispatch
|
||||
end
|
||||
|
||||
# Return arguments
|
||||
#
|
||||
# @return [Enumerable<Parser::AST::Node>]
|
||||
#
|
||||
# @api private
|
||||
#
|
||||
alias_method :arguments, :remaining_children
|
||||
|
||||
# Perform normal, non special case dispatch
|
||||
#
|
||||
# @return [undefined]
|
||||
|
|
Loading…
Add table
Reference in a new issue