class RubyIndexer::Configuration

def magic_comment_regex

def magic_comment_regex
  @magic_comment_regex ||= T.let(/^#\s*#{@excluded_magic_comments.join("|")}/, T.nilable(Regexp))
end