Method: HTTPX::Base64.decode64

Defined in:
lib/httpx/base64.rb

.decode64(str) ⇒ Object



11
12
13
# File 'lib/httpx/base64.rb', line 11

def decode64(str)
  str.unpack1("m")
end