module Tryouts::ClassMethods

def test_begin?(str)

def test_begin?(str)
  !str.strip.match(/\#+\s*TEST/i).nil? ||
    !str.strip.match(/\A\#\#+[\s\w]+/i).nil?
end