Commit 0e371fc

mo <mo.khan@gmail.com>
2018-02-26 02:12:17
remove unused method.
1 parent b98e775
Changed files (1)
lib
saml
lib/saml/kit/document.rb
@@ -135,10 +135,6 @@ module Saml
 
       attr_reader :content, :name, :configuration
 
-      def root
-        to_h.fetch(name, {})
-      end
-
       def must_match_xsd
         matches_xsd?(PROTOCOL_XSD)
       end