るりまサーチ

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

別のキーワード

  1. lupdecomposition l
  2. matrix l
  3. kernel $-l
  4. _builtin $-l
  5. $-l _builtin

ライブラリ

クラス

検索結果

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

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

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

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

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

@raise SystemExit gems...