456件ヒット
[201-300件を表示]
(0.091秒)
別のキーワード
ライブラリ
- rubygems (36)
-
rubygems
/ commands / lock _ command (12) -
rubygems
/ commands / unpack _ command (12) -
rubygems
/ commands / which _ command (24) -
rubygems
/ config _ file (24) -
rubygems
/ custom _ require (12) -
rubygems
/ format (24) -
rubygems
/ gem _ path _ searcher (72) -
rubygems
/ indexer (12) -
rubygems
/ old _ format (24) -
rubygems
/ remote _ fetcher (36) -
rubygems
/ require _ paths _ builder (12) -
rubygems
/ source _ info _ cache (12) -
rubygems
/ specification (108) -
rubygems
/ uninstaller (12) -
rubygems
/ validator (24)
クラス
-
Gem
:: Commands :: LockCommand (12) -
Gem
:: Commands :: UnpackCommand (12) -
Gem
:: Commands :: WhichCommand (24) -
Gem
:: ConfigFile (24) -
Gem
:: Format (24) -
Gem
:: GemPathSearcher (72) -
Gem
:: Indexer (12) -
Gem
:: OldFormat (24) -
Gem
:: RemoteFetcher (36) -
Gem
:: SourceInfoCache (12) -
Gem
:: Specification (108) -
Gem
:: Uninstaller (12) -
Gem
:: Validator (24)
モジュール
-
Gem
:: QuickLoader (24) -
Gem
:: RequirePathsBuilder (12) - Kernel (24)
キーワード
- extensions= (12)
-
extra
_ rdoc _ files= (12) -
fetch
_ path (12) - find (12)
-
find
_ all (12) -
find
_ paths (12) -
full
_ gem _ path (12) -
gem
_ path (24) -
gem
_ path= (24) -
gem
_ paths (12) -
get
_ file _ uri _ path (12) -
get
_ path (12) -
init
_ gemspecs (12) -
installation
_ path (12) -
lib
_ dirs _ for (12) -
loaded
_ from= (12) -
matching
_ file? (12) -
matching
_ files (12) -
open
_ uri _ or _ path (12) - paranoid (12)
- path= (12)
-
path
_ ok? (12) -
push
_ all _ highest _ version _ gems _ on _ load _ path (12) -
push
_ gem _ version _ on _ load _ path (12) -
remove
_ leading _ dot _ dir (12) - require (12)
-
require
_ path (12) -
require
_ path= (12) -
require
_ paths (12) -
require
_ paths= (12) -
spec
_ path (12) -
try
_ file (12) -
verify
_ gem _ file (12) -
write
_ require _ paths _ file _ if _ needed (12)
検索結果
先頭5件
-
Gem
:: Specification # require _ paths=(paths) (9223.0) -
この Gem パッケージを使用した際に require するファイルが置かれているディレクトリ のリストをセットします。
...この Gem パッケージを使用した際に require するファイルが置かれているディレクトリ
のリストをセットします。
@param paths この Gem パッケージを使用した際に require するファイルが置かれているディレクトリ
のリ... -
Gem
:: ConfigFile # path=(path) (9219.0) -
Gem を探索するパスをセットします。
...
Gem を探索するパスをセットします。... -
Gem
:: GemPathSearcher # find(path) -> Gem :: Specification | nil (9219.0) -
与えられたパスにマッチする Gem::Specification を一つだけ返します。
...与えられたパスにマッチする Gem::Specification を一つだけ返します。
@see Enumerable#find... -
Gem
:: GemPathSearcher # find _ all(path) -> [Gem :: Specification] (9219.0) -
与えられたパスにマッチする Gem::Specification を全て返します。
...与えられたパスにマッチする Gem::Specification を全て返します。
@see Enumerable#find_all... -
Gem
:: GemPathSearcher # matching _ files(spec , path) -> [String] (9146.0) -
与えられた spec に path が含まれている場合、その path のリストを返します。
...与えられた spec に path が含まれている場合、その path のリストを返します。
@param spec Gem::Specification のインスタンスを指定します。
@param path 探索対象のパスを指定します。... -
Gem
:: GemPathSearcher # matching _ file?(spec , path) -> bool (9130.0) -
与えられた spec に path が含まれている場合、真を返します。 そうでない場合は偽を返します。
...与えられた spec に path が含まれている場合、真を返します。
そうでない場合は偽を返します。
@param spec Gem::Specification のインスタンスを指定します。
@param path 探索対象のパスを指定します。... -
Gem
:: Specification # require _ path -> String (9124.0) -
Gem::Specification#require_paths の単数バージョンです。
...
Gem::Specification#require_paths の単数バージョンです。
@see Gem::Specification#require_paths... -
Gem
:: Uninstaller # path _ ok?(spec) -> bool (9124.0) -
アンインストール指定されている Gem がインストールされているパスをチェックします。
...アンインストール指定されている Gem がインストールされているパスをチェックします。
@param spec Gem::Specification を指定します。... -
Gem
:: Specification # installation _ path -> String (9118.0) -
この Gem パッケージのインストール先のパスを返します。
...この Gem パッケージのインストール先のパスを返します。...