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