516件ヒット
[201-300件を表示]
(0.055秒)
別のキーワード
ライブラリ
- rubygems (36)
-
rubygems
/ commands / dependency _ command (72) -
rubygems
/ dependency (96) -
rubygems
/ dependency _ installer (72) -
rubygems
/ dependency _ list (84) -
rubygems
/ installer (24) -
rubygems
/ source _ index (12) -
rubygems
/ source _ info _ cache (24) -
rubygems
/ spec _ fetcher (24) -
rubygems
/ specification (72)
クラス
-
Gem
:: Commands :: DependencyCommand (72) -
Gem
:: Dependency (96) -
Gem
:: DependencyInstaller (72) -
Gem
:: DependencyList (84) -
Gem
:: Installer (24) -
Gem
:: LoadError (24) -
Gem
:: SourceIndex (12) -
Gem
:: SourceInfoCache (24) -
Gem
:: SpecFetcher (24) -
Gem
:: Specification (72)
モジュール
- Kernel (12)
キーワード
- <=> (12)
- =~ (12)
- add (12)
-
add
_ dependency (12) -
add
_ development _ dependency (12) -
add
_ runtime _ dependency (12) - arguments (12)
- dependencies (12)
-
dependency
_ order (12) -
dependent
_ gems (12) -
ensure
_ dependency (12) - execute (12)
- fetch (12)
-
find
_ gems (12) -
find
_ gems _ with _ sources (12) -
find
_ matching (12) -
find
_ name (12) -
find
_ reverse _ dependencies (12) -
find
_ spec _ by _ name _ and _ version (12) -
gather
_ dependencies (12) -
gems
_ to _ install (12) - install (12)
-
installation
_ satisfies _ dependency? (12) -
installed
_ gems (12) - name (12)
- name= (12)
- ok? (12)
-
ok
_ to _ remove? (12) -
print
_ dependencies (12) -
remove
_ by _ name (12) -
requirements
_ list (12) -
satisfies
_ requirement? (12) - search (24)
-
search
_ with _ source (12) -
spec
_ predecessors (12) - type (12)
- usage (12)
-
version
_ requirement (12) -
version
_ requirement= (12) -
version
_ requirements (12) -
version
_ requirements= (12)
検索結果
先頭5件
-
Gem
:: DependencyList # add(*gemspecs) (6123.0) -
与えられた Gem::Specification のインスタンスを自身に追加します。
...与えられた Gem::Specification のインスタンスを自身に追加します。
@param gemspecs Gem::Specification のインスタンスを一つ以上指定します。... -
Gem
:: Dependency # version _ requirements -> Gem :: Requirement (6102.0) -
依存しているバージョンを返します。
依存しているバージョンを返します。 -
Gem
:: Commands :: DependencyCommand # find _ reverse _ dependencies(spec) -> Array (6039.0) -
与えられた Gem スペックに依存する Gem のリストを返します。
...与えられた Gem スペックに依存する Gem のリストを返します。
@param spec Gem::Specification のインスタンスを指定します。... -
Gem
:: DependencyList # ok _ to _ remove?(full _ name) -> bool (6035.0) -
与えられた名前を持つ Gem::Specification を自身から削除しても OK な場合は真を返します。 そうでない場合は、偽を返します。
...与えられた名前を持つ Gem::Specification を自身から削除しても OK な場合は真を返します。
そうでない場合は、偽を返します。
与えられた名前を持つ Gem::Specification を自身から削除すると、
依存関係を壊してしまう場合が、......それを削除してはいけない場合です。
@param full_name バージョンを含むフルネームで Gem の名前を指定します。
@see Gem::Specification#full_name... -
Gem
:: Dependency # <=>(other) -> Integer (6033.0) -
self と other を Gem::Dependency#name の ASCII コードで比較して self が大きい時には正の整数、等しい時には 0、小さい時には負の整数を返します。
...self と other を Gem::Dependency#name の ASCII コードで比較して
self が大きい時には正の整数、等しい時には 0、小さい時には負の整数を返します。... -
Gem
:: DependencyInstaller # gather _ dependencies -> Array (6033.0) -
依存関係を無視するように指定されていない限り、インストールするように指定された Gem が依存している Gem の情報を集めて返します。
...依存関係を無視するように指定されていない限り、インストールするように指定された
Gem が依存している Gem の情報を集めて返します。... -
Gem
:: DependencyList # ok? -> bool (6017.0) -
自身に含まれる全ての Gem::Specification が依存関係を満たしていれば真を返します。 そうでない場合は、偽を返します。
...自身に含まれる全ての Gem::Specification が依存関係を満たしていれば真を返します。
そうでない場合は、偽を返します。... -
Gem
:: Dependency # =~(other) -> bool (6013.0) -
self と other を比較して真偽値を返します。
...self と other を比較して真偽値を返します。
self の Gem::Dependency#name が正規表現として other とマッチしない場合は偽を返します。
self が other との依存関係を満たしていれば真を返します。満たしていなければ偽を返します。... -
Gem
:: Commands :: DependencyCommand # print _ dependencies(spec , level = 0) -> String (6007.0) -
依存関係を表す文字列を返します。
...依存関係を表す文字列を返します。
@param spec Gem::Specification のインスタンスを指定します。
@param level 依存関係の深さを指定します。...