るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.039秒)
トップページ > バージョン:2.3.0[x] > 種類:インスタンスメソッド[x] > クエリ:@[x] > クエリ:see[x] > ライブラリ:rubygems/package/tar_input[x]

別のキーワード

  1. httpstatus rc_see_other
  2. webrick/httpstatus rc_see_other
  3. rc_see_other webrick/httpstatus
  4. rc_see_other webrick::httpstatus

クラス

キーワード

検索結果

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

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

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

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

@see Gem::Specification.from_yaml

Gem::Package::TarInput#each {|entry| ... } (46.0)

data.tar.gz の各エントリをブロックに渡してブロックを評価します。

data.tar.gz の各エントリをブロックに渡してブロックを評価します。

@see Gem::Package::TarReader#each