module Spoom::Sorbet::Sigils
def strictness_in_content(content)
returns the strictness of a sigil in the passed file content string (nil if no sigil)
def strictness_in_content(content) SIGIL_REGEXP.match(content)&.[](1) end
def strictness_in_content(content) SIGIL_REGEXP.match(content)&.[](1) end