るりまサーチ

最速Rubyリファレンスマニュアル検索!
22件ヒット [1-22件を表示] (0.129秒)
トップページ > クエリ:-[x] > クエリ:r[x] > クエリ:i[x] > ライブラリ:rubygems[x] > クエリ:from_yaml[x]

別のキーワード

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

検索結果

Gem::Specification.from_yaml(input) -> Gem::Specification (27402.0)

YAML ファイルから gemspec をロードします。

...Gem::Specification をロードすると、通常の Ruby オブジェクトの
初期化ルーチン (#initialize) を通りません。このメソッドは初期化ルーチンの一部を実行し、
gemspec のバージョンチェックも行います。

@param input 文字列か IO オブ...

Gem::Package::TarInput#load_gemspec(io) -> Gem::Specification | nil (6307.0)

YAML 形式の gemspec を io から読み込みます。

...YAML 形式の gemspec を io から読み込みます。

@param io 文字列か IO オブジェクトを指定します。

@see Gem::Specification.from_yaml...