Method: Saml::Encoding.encode_gzip

Defined in:
lib/saml/encoding.rb

.encode_gzip(string) ⇒ Object



15
16
17
# File 'lib/saml/encoding.rb', line 15

def self.encode_gzip string
  Zlib::Deflate.deflate(string, 9)[2..-5]
end