# frozen_string_literal: false module Support module Examples module Propfind def self.allprop <<~XML XML end def self.propname <<~XML XML end end end end