# File swig/lib/tuitest.rb, line 169
        def Tuitest.screen_contains_text(rx)
                take_snapshot.each do |line|
                        return true if rx.matches(line)
                end
                false
        end