437件ヒット
[1-100件を表示]
(0.107秒)
別のキーワード
ライブラリ
- ビルトイン (151)
- matrix (48)
- mkmf (12)
- pathname (22)
-
rdoc
/ context (12) -
rdoc
/ top _ level (12) -
rubygems
/ command _ manager (24) -
rubygems
/ commands / dependency _ command (24) -
rubygems
/ commands / which _ command (12) -
rubygems
/ dependency _ installer (24) -
rubygems
/ dependency _ list (12) -
rubygems
/ gem _ path _ searcher (24) -
rubygems
/ source _ index (12) -
rubygems
/ spec _ fetcher (12) - socket (24)
- uri (12)
クラス
- Array (79)
- BasicObject (12)
-
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) - Matrix (48)
- Pathname (22)
-
RDoc
:: Context (12) -
RDoc
:: TopLevel (12) - Range (24)
-
Socket
:: AncillaryData (12) -
Socket
:: Ifaddr (12) - String (12)
-
URI
:: Generic (12)
モジュール
- Enumerable (24)
- Kernel (12)
キーワード
- bsearch (24)
-
bsearch
_ index (10) -
find
_ all (12) -
find
_ command (12) -
find
_ command _ possibilities (12) -
find
_ enclosing _ module _ named (12) -
find
_ executable (12) -
find
_ gems (12) -
find
_ gems _ with _ sources (12) -
find
_ index (72) -
find
_ local _ symbol (12) -
find
_ matching (12) -
find
_ name (24) -
find
_ paths (12) -
find
_ proxy (12) -
find
_ reverse _ dependencies (12) -
find
_ spec _ by _ name _ and _ version (12) - ifindex (12)
- index (48)
-
ipv6
_ pktinfo _ ifindex (12) -
method
_ missing (12) - pack (21)
- unpack (12)
検索結果
先頭5件
-
Gem
:: GemPathSearcher # find(path) -> Gem :: Specification | nil (24208.0) -
与えられたパスにマッチする Gem::Specification を一つだけ返します。
...与えられたパスにマッチする Gem::Specification を一つだけ返します。
@see Enumerable#find... -
Pathname
# find(ignore _ error: true) -> Enumerator (18233.0) -
self 配下のすべてのファイルやディレクトリを 一つずつ引数 pathname に渡してブロックを実行します。
...クを実行します。
require 'find'
Find.find(self.to_s) {|f| yield Pathname.new(f)}
と同じです。
ブロックを省略した場合は Enumerator を返します。
@param ignore_error 探索中に発生した例外を無視するかどうかを指定します。
@see Find.#find... -
Pathname
# find(ignore _ error: true) {|pathname| . . . } -> nil (18233.0) -
self 配下のすべてのファイルやディレクトリを 一つずつ引数 pathname に渡してブロックを実行します。
...クを実行します。
require 'find'
Find.find(self.to_s) {|f| yield Pathname.new(f)}
と同じです。
ブロックを省略した場合は Enumerator を返します。
@param ignore_error 探索中に発生した例外を無視するかどうかを指定します。
@see Find.#find... -
Gem
:: Commands :: DependencyCommand # find _ gems(name , source _ index) -> Hash (15202.0) -
与えられた Gem の名前をインデックスから検索します。
...与えられた Gem の名前をインデックスから検索します。
@param name Gem の名前を指定します。
@param source_index Gem::SourceIndex のインスタンスを指定します。
@see Gem::SourceIndex#search... -
Gem
:: DependencyInstaller # find _ gems _ with _ sources(dep) -> Array (15202.0) -
与えられた条件にマッチする Gem::Specification のインスタンスと URI のペアのリストを 返します。
...ッチする Gem::Specification のインスタンスと URI のペアのリストを
返します。
Gem はローカル (Dir.pwd) とリモート (Gem.sources) の両方から検索します。
結果は、バージョンの新しい順が先にきます。また、ローカルの Gem も先に......きます。
@param dep Gem::Dependency のインスタンスを指定します。... -
RDoc
:: Context # find _ enclosing _ module _ named(name) -> RDoc :: NormalModule | nil (12218.0) -
find a module at a higher scope
...
find a module at a higher scope... -
Gem
:: GemPathSearcher # find _ all(path) -> [Gem :: Specification] (12208.0) -
与えられたパスにマッチする Gem::Specification を全て返します。
...与えられたパスにマッチする Gem::Specification を全て返します。
@see Enumerable#find_all... -
Gem
:: CommandManager # find _ command(command _ name) -> Gem :: Command | nil (12202.0) -
登録されているコマンドからマッチしたものを返します。
...れているコマンドからマッチしたものを返します。
@param command_name コマンド名を文字列で指定します。
@return Gem::Command のサブクラスのインスタンスを返します。
@raise RuntimeError マッチする可能性のあるコマンドが複数あ... -
Gem
:: SpecFetcher # find _ matching(dependency , all = false , matching _ platform = true) -> Array (12202.0) -
依存関係を満たす gemspec の名前の配列を返します。
...依存関係を満たす gemspec の名前の配列を返します。
@param dependency 依存関係を指定します。
@param all 真を指定するとマッチする全てのバージョンの情報を返します。
@param matching_platform 偽を指定すると全てのプラットフォー......ムの情報を返します。
@see Gem::Dependency...