urlsafe_encode64(bin) -> String[permalink][rdoc]-
与えられたデータを Base64 エンコードした文字列を返します。
このメソッドは [RFC4648] の "Base 64 Encoding with URL and Filename Safe Alphabet" に対応しています。 "+" を "-" に "/" を "_" に置き換えます。
- [PARAM] bin:
- Base64 エンコードするデータを指定します。
このマニュアルは既にメンテナンスが終了したバージョンの Ruby を対象としています。 最新版のマニュアルへ
urlsafe_encode64(bin) -> String[permalink][rdoc]与えられたデータを Base64 エンコードした文字列を返します。
このメソッドは [RFC4648] の "Base 64 Encoding with URL and Filename Safe Alphabet" に対応しています。 "+" を "-" に "/" を "_" に置き換えます。