Clarify FIXME about subject public caching

This commit is contained in:
Markus Schirp 2013-06-28 17:31:36 +02:00
parent 6b1ed477d1
commit 5f60e1c23b

View file

@ -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]
#