183件ヒット
[1-100件を表示]
(0.055秒)
別のキーワード
種類
- インスタンスメソッド (144)
- 文書 (39)
ライブラリ
クラス
-
Gem
:: CommandManager (24) -
Gem
:: Commands :: DependencyCommand (24) -
Gem
:: Commands :: WhichCommand (12) -
Gem
:: DependencyInstaller (24) -
Gem
:: DependencyList (12) -
Gem
:: GemPathSearcher (24) -
Gem
:: SourceIndex (12) -
Gem
:: SpecFetcher (12)
キーワード
-
NEWS for Ruby 2
. 0 . 0 (12) -
NEWS for Ruby 2
. 2 . 0 (11) -
NEWS for Ruby 2
. 6 . 0 (7) -
NEWS for Ruby 3
. 0 . 0 (5) -
NEWS for Ruby 3
. 1 . 0 (4) -
find
_ all (12) -
find
_ command (12) -
find
_ command _ possibilities (12) -
find
_ gems (12) -
find
_ gems _ with _ sources (12) -
find
_ matching (12) -
find
_ name (24) -
find
_ paths (12) -
find
_ reverse _ dependencies (12) -
find
_ spec _ by _ name _ and _ version (12)
検索結果
先頭5件
- Gem
:: GemPathSearcher # find(path) -> Gem :: Specification | nil - Gem
:: DependencyInstaller # find _ gems _ with _ sources(dep) -> Array - Gem
:: Commands :: DependencyCommand # find _ gems(name , source _ index) -> Hash - Gem
:: GemPathSearcher # find _ all(path) -> [Gem :: Specification] - Gem
:: SourceIndex # find _ name(gem _ name , version _ requirement = Gem :: Requirement . default) -> Gem :: Specification
-
Gem
:: GemPathSearcher # find(path) -> Gem :: Specification | nil (24224.0) -
与えられたパスにマッチする Gem::Specification を一つだけ返します。
...与えられたパスにマッチする Gem::Specification を一つだけ返します。
@see Enumerable#find... -
Gem
:: DependencyInstaller # find _ gems _ with _ sources(dep) -> Array (15241.0) -
与えられた条件にマッチする Gem::Specification のインスタンスと URI のペアのリストを 返します。
...ッチする Gem::Specification のインスタンスと URI のペアのリストを
返します。
Gem はローカル (Dir.pwd) とリモート (Gem.sources) の両方から検索します。
結果は、バージョンの新しい順が先にきます。また、ローカルの Gem も先に......きます。
@param dep Gem::Dependency のインスタンスを指定します。... -
Gem
:: Commands :: DependencyCommand # find _ gems(name , source _ index) -> Hash (15235.0) -
与えられた Gem の名前をインデックスから検索します。
...与えられた Gem の名前をインデックスから検索します。
@param name Gem の名前を指定します。
@param source_index Gem::SourceIndex のインスタンスを指定します。
@see Gem::SourceIndex#search... -
Gem
:: GemPathSearcher # find _ all(path) -> [Gem :: Specification] (12224.0) -
与えられたパスにマッチする Gem::Specification を全て返します。
...与えられたパスにマッチする Gem::Specification を全て返します。
@see Enumerable#find_all... -
Gem
:: SourceIndex # find _ name(gem _ name , version _ requirement = Gem :: Requirement . default) -> Gem :: Specification (9438.0) -
短い名前で正確にマッチする Gem を返します。
...短い名前で正確にマッチする Gem を返します。
@param gem_name Gem の名前を指定します。
@param version_requirement
@see Gem::Requirement... -
Gem
:: DependencyInstaller # find _ spec _ by _ name _ and _ version(gem _ name , version = Gem :: Requirement . default) -> Array (9353.0) -
与えられた Gem の名前とバージョンに関する条件にマッチする Gem::Specification と それの存在する URI を含む配列を返します。
...与えられた Gem の名前とバージョンに関する条件にマッチする Gem::Specification と
それの存在する URI を含む配列を返します。
@param gem_name Gem の名前を指定します。
@param version Gem が満たすバージョンに関する条件を指定しま... -
Gem
:: DependencyList # find _ name(full _ name) -> Gem :: Specification | nil (9230.0) -
自身に含まれる与えられた名前を持つ Gem::Specification のインスタンスを返します。
...身に含まれる与えられた名前を持つ Gem::Specification のインスタンスを返します。
見つからなかった場合は nil を返します。
@param full_name バージョンを含むフルネームで Gem の名前を指定します。
@see Gem::Specification#full_name... -
Gem
:: CommandManager # find _ command(command _ name) -> Gem :: Command | nil (9208.0) -
登録されているコマンドからマッチしたものを返します。
...れているコマンドからマッチしたものを返します。
@param command_name コマンド名を文字列で指定します。
@return Gem::Command のサブクラスのインスタンスを返します。
@raise RuntimeError マッチする可能性のあるコマンドが複数あ... -
Gem
:: Commands :: DependencyCommand # find _ reverse _ dependencies(spec) -> Array (9139.0) -
与えられた Gem スペックに依存する Gem のリストを返します。
...与えられた Gem スペックに依存する Gem のリストを返します。
@param spec Gem::Specification のインスタンスを指定します。...