Skip to content

Commit 2fcfa21

Browse files
committed
remove unused methods
1 parent ab4eca5 commit 2fcfa21

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lib/onelogin/ruby-saml/saml_message.rb

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,6 @@ def base64_encoded?(string)
8080
!!string.gsub(/[\r\n]|\\r|\\n/, "").match(BASE64_FORMAT)
8181
end
8282

83-
def escape(unescaped)
84-
CGI.escape(unescaped)
85-
end
86-
87-
def unescape(escaped)
88-
CGI.unescape(escaped)
89-
end
90-
9183
def inflate(deflated)
9284
zlib = Zlib::Inflate.new(-Zlib::MAX_WBITS)
9385
zlib.inflate(deflated)

0 commit comments

Comments
 (0)