るりまサーチ

最速Rubyリファレンスマニュアル検索!
552件ヒット [1-100件を表示] (0.135秒)
トップページ > クエリ:i[x] > クエリ:end[x] > 種類:クラス[x]

別のキーワード

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

検索結果

<< 1 2 3 ... > >>

Gem::DependencyInstaller (12001.0)

ある Gem が依存している Gem を同時にインストールするためのクラスです。

ある Gem が依存している Gem を同時にインストールするためのクラスです。

Gem::DependencyList (12001.0)

Gem の依存関係を扱うためのクラスです。

Gem の依存関係を扱うためのクラスです。

Gem::DependencyRemovalException (12001.0)

Gem を削除出来なかった場合に使用する例外です。

Gem を削除出来なかった場合に使用する例外です。

Gem::EndOfYAMLException (12001.0)

YAML データが不正である場合に使用する例外です。

YAML データが不正である場合に使用する例外です。

IRB::ExtendCommand::IrbCommand (12001.0)

irb 中の irb コマンドのための拡張を定義したクラスです。

...irb 中の irb コマンドのための拡張を定義したクラスです。...

絞り込み条件を変える

IRB::ExtendCommand::Require (12001.0)

irb 中の irb_require コマンドのための拡張を定義したクラスです。

...irb 中の irb_require コマンドのための拡張を定義したクラスです。...

Net::HTTPFailedDependency (12001.0)

HTTP レスポンス 424 (Failed Dependency) を表現するクラスです。

...HTTP レスポンス 424 (Failed Dependency) を表現するクラスです。

詳しくは 4918 を見てください。...

Shell::AppendFile (12001.0)

Shell::AppendIO (12001.0)

Encoding::UndefinedConversionError (9007.0)

エンコーディング変換後の文字が存在しない場合に発生する例外。

...

UTF-8 にしかない文字を EUC-JP に変換しようとした場合などに発生します。

//emlist[例][ruby]{
"\u2603".encode(Encoding::EUC_JP)
#=> Encoding::UndefinedConversionError: U+2603 from UTF-8 to EUC-JP
//}


変換が多段階でなされ、その途中で例外が生じた...
...//emlist[例][ruby]{
ec = Encoding::Converter.new("ISO-8859-1", "EUC-JP")
# ISO-8859-1 -> UTF-8 -> EUC-JP
begin
ec.convert("\xa0")
# NO-BREAK SPACE, which is available in UTF-8 but not in EUC-JP.
rescue Encoding::UndefinedConversionError
p $!.source_encoding #=> #<Encoding:UTF-8...
...>
p $!.destination_encoding #=> #<Encoding:EUC-JP>
p $!.source_encoding_name #=> "UTF-8"
p $!.destination_encoding_name #=> "EUC-JP"
puts $!.error_char.dump #=> "\u{a0}"
p $!.error_char.encoding #=> #<Encoding:UTF-8>
end

//}...

絞り込み条件を変える

<< 1 2 3 ... > >>