るりまサーチ

最速Rubyリファレンスマニュアル検索!
33件ヒット [1-33件を表示] (0.217秒)
トップページ > クエリ:-[x] > クエリ:rubygems/package/tar_input[x] > クラス:Gem::Package::TarInput[x]

別のキーワード

  1. rexml/document new
  2. rexml/document write
  3. rexml/document clone
  4. rexml/document to_s
  5. rexml/document node_type

ライブラリ

キーワード

検索結果

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

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

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

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

@see Gem::Specification.from_yaml

Gem::Package::TarInput#metadata -> Gem::Specification (8101.0)

メタデータを返します。

メタデータを返します。

Gem::Package::TarInput#zipped_stream(entry) -> StringIO (8101.0)

与えられた entry の圧縮したままの StringIO を返します。

与えられた entry の圧縮したままの StringIO を返します。

@param entry エントリを指定します。