module Tryouts::ClassMethods

def comment?(str)

def comment?(str)
  !str.strip.match(/^\#+/).nil? && !expectation?(str)
end