class StatelyDB::UUID

def to_base64

Returns:
  • (String) -
def to_base64
  [@byte_string].pack("m0").tr("=", "").tr("+/", "-_")
end