Commit 37675ad

mo <mo.khan@gmail.com>
2018-02-04 01:04:31
print xml in green.
1 parent 564f4ec
Changed files (1)
lib
saml
lib/saml/kit/cli.rb
@@ -34,7 +34,7 @@ module Saml
             [document.id, document.issuer, document.version, document.issue_instant.iso8601 ]
           ]
           say ""
-          say document.to_xml(pretty: true)
+          say document.to_xml(pretty: true), :green
         end
       end