lib/saml/kit/xml_templatable.rb in saml-kit-1.0.14 vs lib/saml/kit/xml_templatable.rb in saml-kit-1.0.15
- old
+ new
@@ -1,8 +1,10 @@
# frozen_string_literal: true
module Saml
module Kit
+ # This module is responsible for
+ # generating converting templates to xml.
module XmlTemplatable
TEMPLATES_DIR = Pathname.new(File.join(__dir__, 'builders/templates/'))
include ::Xml::Kit::Templatable
def template_path