669件ヒット
[1-100件を表示]
(0.052秒)
別のキーワード
ライブラリ
- ビルトイン (33)
-
rubygems
/ commands / which _ command (12) -
rubygems
/ dependency _ list (24) -
rubygems
/ format (12) -
rubygems
/ gem _ path _ searcher (24) -
rubygems
/ indexer (12) -
rubygems
/ old _ format (12) -
rubygems
/ package / tar _ input (12) -
rubygems
/ source _ index (48) -
rubygems
/ source _ info _ cache (24) -
rubygems
/ specification (432) -
rubygems
/ uninstaller (12) -
rubygems
/ validator (12)
クラス
- Array (21)
-
Gem
:: Commands :: WhichCommand (12) -
Gem
:: DependencyList (24) -
Gem
:: Format (12) -
Gem
:: GemPathSearcher (24) -
Gem
:: Indexer (12) -
Gem
:: OldFormat (12) -
Gem
:: Package :: TarInput (12) -
Gem
:: SourceIndex (48) -
Gem
:: SourceInfoCache (24) -
Gem
:: Specification (432) -
Gem
:: Uninstaller (12) -
Gem
:: Validator (12) - String (12)
キーワード
- abbreviate (12)
-
add
_ bindir (12) -
add
_ dependency (12) -
add
_ development _ dependency (12) -
add
_ runtime _ dependency (12) -
add
_ spec (12) - bindir= (12)
-
cert
_ chain= (12) - date= (12)
-
default
_ executable= (12) - description= (12)
- email= (12)
- executable= (12)
- executables= (12)
- extensions= (12)
-
extra
_ rdoc _ files= (12) - files= (12)
-
find
_ name (24) -
gem
_ paths (12) - homepage= (12)
-
load
_ gemspec (12) - loaded= (12)
-
loaded
_ from= (12) -
matching
_ file? (12) -
matching
_ files (12) - name= (12)
-
original
_ platform= (12) - pack (21)
-
path
_ ok? (12) - platform= (12)
-
remove
_ by _ name (12) -
require
_ path= (12) -
require
_ paths= (12) -
required
_ ruby _ version= (12) -
required
_ rubygems _ version= (12) - requirements= (12)
-
rubygems
_ version= (12) -
satisfies
_ requirement? (12) - search (24)
-
search
_ with _ source (12) -
signing
_ key= (12) - spec= (24)
-
specification
_ version= (12) - summary= (12)
-
test
_ files= (12) -
test
_ suite _ file= (12) -
unit
_ test (12) - unpack (12)
- version= (12)
検索結果
先頭5件
-
Gem
:: SourceIndex # specification(full _ name) -> Gem :: Specification | nil (24425.0) -
指定された名前の Gem::Specification オブジェクトを返します。
...指定された名前の Gem::Specification オブジェクトを返します。
@param full_name Gem のフルネームを指定します。... -
Gem
:: Specification # specification _ version=(version) (18220.0) -
この Gem パッケージに用いられている gemspec のバージョンをセットします。
...この Gem パッケージに用いられている gemspec のバージョンをセットします。
@param version gemspec のバージョンを指定します。
@see Gem::Specification::SPECIFICATION_VERSION_HISTORY... -
Gem
:: Specification # require _ path=(path) (12229.0) -
Gem::Specification#require_paths= の単数バージョンです。
...Gem::Specification#require_paths= の単数バージョンです。
@param path この Gem パッケージを使用した際に require するファイルが置かれているディレクトリを指定します。
@see Gem::Specification#require_paths=... -
Gem
:: Specification # date=(date) (12217.0) -
@param date 日付をセットします。デフォルトは今日です。
...@param date 日付をセットします。デフォルトは今日です。... -
Gem
:: Specification # original _ platform=(platform) (12207.0) -
この属性は古いバージョンの Gem パッケージをアンインストールするために残されています。
...この属性は古いバージョンの Gem パッケージをアンインストールするために残されています。
@param platform プラットフォームを指定します。... -
Gem
:: Specification # platform=(platform) (12207.0) -
この Gem パッケージを使用できるプラットフォームをセットします。
...この Gem パッケージを使用できるプラットフォームをセットします。
@param platform この Gem パッケージを使用できるプラットフォームを指定します。
デフォルトは Gem::Platform::RUBY です。
@see Gem::Platform::RUBY... -
Gem
:: Specification # require _ paths=(paths) (12207.0) -
この Gem パッケージを使用した際に require するファイルが置かれているディレクトリ のリストをセットします。
...Gem パッケージを使用した際に require するファイルが置かれているディレクトリ
のリストをセットします。
@param paths この Gem パッケージを使用した際に require するファイルが置かれているディレクトリ
のリストを... -
Gem
:: Specification # satisfies _ requirement?(dependency) -> bool (12107.0) -
この Gem パッケージが与えられた依存関係を満たすかどうかを返します。
...この Gem パッケージが与えられた依存関係を満たすかどうかを返します。
依存関係を満たす場合は真を返します。そうでない場合は偽を返します。
@param dependency チェックしたい依存関係を指定します。
@see Gem::Dependency... -
Gem
:: GemPathSearcher # matching _ file?(spec , path) -> bool (9219.0) -
与えられた spec に path が含まれている場合、真を返します。 そうでない場合は偽を返します。
...与えられた spec に path が含まれている場合、真を返します。
そうでない場合は偽を返します。
@param spec Gem::Specification のインスタンスを指定します。
@param path 探索対象のパスを指定します。...