るりまサーチ

最速Rubyリファレンスマニュアル検索!
2832件ヒット [1-100件を表示] (0.148秒)

別のキーワード

  1. _builtin to_i
  2. fiddle to_i
  3. matrix elements_to_i
  4. matrix i
  5. csv to_i

クラス

キーワード

検索結果

<< 1 2 3 ... > >>

OpenSSL::SSL::Session#id -> String (24224.0)

セッション ID を返します。

...セッション ID を返します。

SSL/TLS はこのセッション ID でセッションを識別します。...

OpenSSL::Engine#id -> String (24202.0)

engine の識別子を文字列で返します。

...engine の識別子を文字列で返します。

@see OpenSSL::Engine#name...

Encoding::InvalidByteSequenceError#destination_encoding -> Encoding (21301.0)

エラーを発生させた変換の変換先のエンコーディングを Encoding オブジェクトで返します。

...エラーを発生させた変換の変換先のエンコーディングを Encoding
オブジェクトで返します。

@see Encoding::InvalidByteSequenceError#source_encoding,
Encoding::UndefinedConversionError#destination_encoding...

Encoding::InvalidByteSequenceError#destination_encoding_name -> String (21301.0)

エラーを発生させた変換の変換先のエンコーディングを文字列で返します。

...エラーを発生させた変換の変換先のエンコーディングを文字列で返します。

@see Encoding::InvalidByteSequenceError#destination_encoding...

Encoding::InvalidByteSequenceError#incomplete_input? -> bool (21201.0)

エラー発生時に入力文字列が不足している場合に真を返します。

...す。

//emlist[例][ruby]{
ec = Encoding::Converter.new("EUC-JP", "ISO-8859-1")

begin
ec.convert("abc\xA1z")
rescue Encoding::InvalidByteSequenceError
p $!
#=> #<Encoding::InvalidByteSequenceError: "\xA1" followed by "z" on EUC-JP>
p $!.incomplete_input? #=> false
end

begin
ec.conve...
...rt("abc\xA1")
ec.finish
rescue Encoding::InvalidByteSequenceError
p $! #=> #<Encoding::InvalidByteSequenceError: incomplete "\xA1" on EUC-JP>
p $!.incomplete_input? #=> true
end
//}...

絞り込み条件を変える

DRb::DRbIdConv#to_id(obj) -> Integer (18202.0)

オブジェクトを識別子に変換します。

オブジェクトを識別子に変換します。

OpenSSL::ASN1::ObjectId#oid -> String (18201.0)

オブジェクト識別子のドット区切り数値を文字列で返します。

...オブジェクト識別子のドット区切り数値を文字列で返します。

例:
require "openssl"
oid = OpenSSL::ASN1::ObjectId.new("subjectAltName")
p oid.oid #=> "2.5.29.17"

@raise OpenSSL::ASN1::ASN1Error オブジェクト識別子名が未知である場合に発生します...

RSS::ImageItemModel::ImageItem#image_width (18201.0)

@todo

@todo

RSS::ImageItemModel::ImageItem#image_width= (18201.0)

@todo

@todo

RSS::ImageItemModel::ImageItem#width (18201.0)

@todo

@todo

絞り込み条件を変える

<< 1 2 3 ... > >>