module Tryouts::ClassMethods

def expectation?(str)

def expectation?(str)
  !ignore?(str) && str.strip.match(/\A\#+\s*=>/)
end