るりまサーチ

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

別のキーワード

  1. _builtin -
  2. open-uri open
  3. irb/input-method new
  4. irb/input-method gets
  5. matrix -

検索結果

<< 1 2 3 ... > >>

Encoding::UndefinedConversionError#destination_encoding -> Encoding (30607.0)

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

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

@see Encoding::UndefinedConversionError#source_encoding...

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

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

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

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

Gem::LocalRemoteOptions#add_update_sources_option (24333.0)

オプション --update-source を追加します。

...オプション --update-source を追加します。...

Gem::SourceInfoCacheEntry#source_index -> Gem::SourceIndex (21502.0)

このキャッシュエントリに対するソースインデックスです。

このキャッシュエントリに対するソースインデックスです。

Binding#source_location -> [String, Integer] (21408.0)

self の Ruby のソースファイル名と行番号を返します。

...self の Ruby のソースファイル名と行番号を返します。

d:spec/variables#pseudo の __FILE__ と __LINE__ も参照してください。

//emlist[例][ruby]{
p binding.source_location # => ["test.rb", 1]
//}...

絞り込み条件を変える

Encoding::InvalidByteSequenceError#source_encoding -> Encoding (21408.0)

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

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

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

Encoding::InvalidByteSequenceError#source_encoding_name -> Encoding (21408.0)

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

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

@see Encoding::InvalidByteSequenceError#source_encoding...

Gem::SourceInfoCache#search_with_source(pattern, only_platform = false, all = false) -> Array (21402.0)

与えられた条件を満たす Gem::Specification と URL のリストを返します。

...与えられた条件を満たす Gem::Specification と URL のリストを返します。

@param pattern 検索したい Gem を表す Gem::Dependency のインスタンスを指定します。

@param only_platform 真を指定するとプラットフォームが一致するもののみを返...
...します。デフォルトは偽です。

@param all 真を指定するとキャッシュを更新してから検索を実行します。

@return 第一要素を Gem::Specification、第二要素を取得元の URL とする配列を要素とする配列を返します。...

Rake::Task#source -> String (21402.0)

Rake::Task#sources の最初の要素を返します。

...Rake::Task#sources の最初の要素を返します。...

Gem::DependencyInstaller#find_gems_with_sources(dep) -> Array (21401.0)

与えられた条件にマッチする Gem::Specification のインスタンスと URI のペアのリストを 返します。

...与えられた条件にマッチする Gem::Specification のインスタンスと URI のペアのリストを
返します。

Gem はローカル (Dir.pwd) とリモート (Gem.sources) の両方から検索します。
結果は、バージョンの新しい順が先にきます。また、ロ...

絞り込み条件を変える

<< 1 2 3 ... > >>