# File lib/base64.rb, line 58
  def decode64(str)
    str.unpack("m")[0]
  end