Remove useless comment and fix yard docs
This commit is contained in:
parent
9c492d89d3
commit
98618abcfe
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
module Mutant
|
||||
# An AST cache
|
||||
class Cache
|
||||
# This is explicitly empty! Ask me if you are interested in reasons :D
|
||||
include Equalizer.new
|
||||
|
||||
# Initialize object
|
||||
|
@ -16,6 +15,8 @@ module Mutant
|
|||
|
||||
# Return node for file
|
||||
#
|
||||
# @param [#to_s] path
|
||||
#
|
||||
# @return [AST::Node]
|
||||
#
|
||||
# @api private
|
||||
|
|
Loading…
Reference in a new issue