module Tryouts::ClassMethods

def test?(str)

def test?(str)
  !ignore?(str) && !expectation?(str) && !comment?(str)
end