class Tryouts::Drill::Dream

def ==(reality)

def ==(reality)
  return @answer unless @answer.nil?
  @answer = Response.compare(self, reality)
end