るりまサーチ

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

別のキーワード

  1. _builtin file?
  2. _builtin file
  3. file separator
  4. file open
  5. file lstat

ライブラリ

クラス

検索結果

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

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

...形式の gemspec をロードして
Gem::Specification のインスタンスを返します。

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

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

@raise SystemExit gemspec をロードしているときに発...