326件ヒット
[1-100件を表示]
(0.052秒)
別のキーワード
種類
- 特異メソッド (108)
- ライブラリ (75)
- インスタンスメソッド (72)
- 文書 (71)
ライブラリ
-
rubygems
/ dependency _ list (12) -
rubygems
/ format (24) -
rubygems
/ old _ format (24) -
rubygems
/ package / tar _ header (12) -
rubygems
/ package / tar _ input (12) -
rubygems
/ remote _ fetcher (12) -
rubygems
/ source _ index (24) -
rubygems
/ specification (36) -
rubygems
/ user _ interaction (24)
クラス
-
Gem
:: DependencyList (12) -
Gem
:: Format (24) -
Gem
:: OldFormat (24) -
Gem
:: Package :: TarHeader (12) -
Gem
:: Package :: TarInput (12) -
Gem
:: RemoteFetcher (12) -
Gem
:: SourceIndex (24) -
Gem
:: Specification (36) -
Gem
:: StreamUI (12)
モジュール
-
Gem
:: UserInteraction (12)
キーワード
-
NEWS for Ruby 2
. 0 . 0 (12) -
NEWS for Ruby 2
. 1 . 0 (12) -
NEWS for Ruby 2
. 2 . 0 (11) -
NEWS for Ruby 2
. 3 . 0 (10) -
NEWS for Ruby 2
. 5 . 0 (8) -
NEWS for Ruby 2
. 6 . 0 (7) -
NEWS for Ruby 2
. 7 . 0 (6) -
NEWS for Ruby 3
. 0 . 0 (5) -
choose
_ from _ list (24) -
from
_ file _ by _ path (24) -
from
_ gems _ in (12) -
from
_ installed _ gems (12) -
from
_ io (24) -
from
_ source _ index (12) -
from
_ yaml (12) -
get
_ proxy _ from _ env (12) -
load
_ gemspec (12) -
loaded
_ from (12) -
loaded
_ from= (12) -
rubygems
/ commands / generate _ index _ command (12) -
rubygems
/ commands / lock _ command (12) -
rubygems
/ commands / mirror _ command (12) -
rubygems
/ commands / pristine _ command (12) -
rubygems
/ commands / server _ command (12) -
rubygems
/ commands / uninstall _ command (12) - xmlrpc (3)
検索結果
先頭5件
- Gem
:: Package :: TarHeader . from(stream) -> Gem :: Package :: TarHeader - Gem
:: SourceIndex . from _ installed _ gems(*deprecated) -> Gem :: SourceIndex - Gem
:: SourceIndex . from _ gems _ in(*spec _ dirs) -> Gem :: SourceIndex - Gem
:: OldFormat . from _ io(io , gem _ path = & # 39;(io)& # 39;) -> Gem :: OldFormat - Gem
:: Format . from _ io(io , gem _ path = & # 39;(io)& # 39; , security _ policy = nil) -> Gem :: Format
-
Gem
:: Package :: TarHeader . from(stream) -> Gem :: Package :: TarHeader (21218.0) -
stream から先頭 512 バイトを読み込んで Gem::Package::TarHeader の インスタンスを作成して返します。
...stream から先頭 512 バイトを読み込んで Gem::Package::TarHeader の
インスタンスを作成して返します。
@param stream IO のように read メソッドを持つオブジェクトを指定します。... -
Gem
:: SourceIndex . from _ installed _ gems(*deprecated) -> Gem :: SourceIndex (15314.0) -
与えられたパスをもとに、インスタンスを作成するファクトリメソッドです。
...与えられたパスをもとに、インスタンスを作成するファクトリメソッドです。
@param deprecated この引数は非推奨です。後方互換性のためにのみ提供されているので使用すべきではありません。
@see Gem::SourceIndex.from_gems_in... -
Gem
:: SourceIndex . from _ gems _ in(*spec _ dirs) -> Gem :: SourceIndex (15302.0) -
引数で与えられたディレクトリに置かれている Ruby スクリプト形式の gemspec ファイルを使用して 新しいインスタンスを作成します。
...引数で与えられたディレクトリに置かれている Ruby スクリプト形式の gemspec ファイルを使用して
新しいインスタンスを作成します。
@param spec_dirs gemspec ファイルが置かれているディレクトリを一つ以上指定します。... -
Gem
:: OldFormat . from _ io(io , gem _ path = & # 39;(io)& # 39;) -> Gem :: OldFormat (9337.0) -
Gem ファイルからデータを読み込んだ IO を受け取り、自身を初期化して返します。
...
Gem ファイルからデータを読み込んだ IO を受け取り、自身を初期化して返します。
@param io Gem パッケージの内容を読み込んだ IO オブジェクトを指定します。
@param gem_path Gem ファイルのパスを指定します。... -
Gem
:: Format . from _ io(io , gem _ path = & # 39;(io)& # 39; , security _ policy = nil) -> Gem :: Format (9327.0) -
@todo security_policy
...@todo security_policy
Gem ファイルからデータを読み込んだ IO を受け取り、自身を初期化して返します。
@param io Gem パッケージの内容を読み込んだ IO オブジェクトを指定します。
@param gem_path Gem ファイルのパスを指定します。... -
Gem
:: DependencyList . from _ source _ index(src _ index) -> Gem :: DependencyList (9230.0) -
与えられた Gem::SourceIndex のインスタンスから自身を作成します。
...与えられた Gem::SourceIndex のインスタンスから自身を作成します。
@param src_index Gem::SourceIndex を指定します。
@see Gem::SourceIndex... -
Gem
:: OldFormat . from _ file _ by _ path(file _ path) -> Gem :: OldFormat (9224.0) -
Gem ファイルのパスからデータを読み込んで、自身を初期化して返します。
...
Gem ファイルのパスからデータを読み込んで、自身を初期化して返します。
@param file_path Gem ファイルへのパスを指定します。... -
Gem
:: Format . from _ file _ by _ path(file _ path , security _ policy = nil) -> Gem :: Format (9214.0) -
@todo security_policy
...@todo security_policy
Gem ファイルのパスからデータを読み込んで、自身を初期化して返します。
@param file_path Gem ファイルへのパスを指定します。
@param security_policy ???... -
Gem
:: Package :: TarInput # load _ gemspec(io) -> Gem :: Specification | nil (9213.0) -
YAML 形式の gemspec を io から読み込みます。
...YAML 形式の gemspec を io から読み込みます。
@param io 文字列か IO オブジェクトを指定します。
@see Gem::Specification.from_yaml...