Clarify FIXME about subject public caching
This commit is contained in:
parent
6b1ed477d1
commit
5f60e1c23b
1 changed files with 4 additions and 1 deletions
|
@ -30,7 +30,10 @@ module Mutant
|
|||
|
||||
# Insert mutated node
|
||||
#
|
||||
# FIXME: Cache subject visibility in a better way! Ideally dont mutate it.
|
||||
# FIXME:
|
||||
# Cache subject visibility in a better way! Ideally dont mutate it implicitly.
|
||||
# Also subject.public? should NOT be a public interface it is a detail of method
|
||||
# mutations.
|
||||
#
|
||||
# @return [self]
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue