# frozen_string_literal: false module Support module Examples module Acl # RFC3744: 8.1.2 The ACL method def self.rfc3744_8_1_2 <<~XML http://www.example.com/users/esedlar XML end end end end