Add missing YARD docs
This commit is contained in:
parent
d220a89b63
commit
a700eb22d3
2 changed files with 3 additions and 1 deletions
|
@ -23,7 +23,7 @@ module Mutant
|
|||
#
|
||||
# @return [String]
|
||||
#
|
||||
# @ai private
|
||||
# @api private
|
||||
#
|
||||
def identification
|
||||
scope.name
|
||||
|
|
|
@ -15,6 +15,8 @@ module Mutant
|
|||
#
|
||||
# @return [undefined]
|
||||
#
|
||||
# @api private
|
||||
#
|
||||
def dispatch
|
||||
emit_nil
|
||||
emit_values(values)
|
||||
|
|
Loading…
Reference in a new issue