# File lib/safe_yaml.rb, line 126
    def tag_is_explicitly_trusted?(tag)
      TRUSTED_TAGS.include?(tag)
    end