るりまサーチ

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

別のキーワード

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

検索結果

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

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

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

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

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

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

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

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

@see Gem::Specification.from_yaml...