Fix YARD docs
This commit is contained in:
parent
006a49f964
commit
474984d2b9
1 changed files with 2 additions and 0 deletions
|
@ -118,6 +118,8 @@ module Mutant
|
|||
# @raise [RuntimeError]
|
||||
# if file cannot be found
|
||||
#
|
||||
# @api private
|
||||
#
|
||||
def self.find(logical_name)
|
||||
return if STOP.include?(logical_name)
|
||||
CACHE.fetch(logical_name) do
|
||||
|
|
Loading…
Reference in a new issue