class Tryouts::Drill::Dream

def test_to_string(reality)

def test_to_string(reality)
  return @test_string unless @test_string.nil?
  @test_string = Response.compare_string(self, reality)
end