diff options
Diffstat (limited to 'lib/saml/kit/xml_templatable.rb')
| -rw-r--r-- | lib/saml/kit/xml_templatable.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/saml/kit/xml_templatable.rb b/lib/saml/kit/xml_templatable.rb index 21f3f57..0f4af84 100644 --- a/lib/saml/kit/xml_templatable.rb +++ b/lib/saml/kit/xml_templatable.rb @@ -15,12 +15,6 @@ module Saml embed_signature && configuration.sign? end - # @deprecated Use {#embed_signature=} instead of this method. - def sign=(value) - Saml::Kit.deprecate("sign= is deprecated. Use embed_signature= instead.") - self.embed_signature = value - end - def digest_method configuration.digest_method end |
