るりまサーチ (Ruby 2.2.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.060秒)
トップページ > バージョン:2.2.0[x] > クエリ:IO[x] > クエリ:index[x] > クエリ:load_specification[x]

別のキーワード

  1. _builtin find_index
  2. matrix find_index
  3. matrix index
  4. _builtin index
  5. matrix each_with_index

ライブラリ

クラス

検索結果

Gem::SourceIndex.load_specification(file_name) -> Gem::Specification | nil (81904.0)

与えられたファイル名から Ruby スクリプト形式の gemspec をロードして Gem::Specification のインスタンスを返します。

与えられたファイル名から Ruby スクリプト形式の gemspec をロードして
Gem::Specification のインスタンスを返します。

@param file_name ファイル名を指定します。

@raise SignalException gemspec をロードしているときに発生します。

@raise SystemExit gemspec をロードしているときに発生します。