373件ヒット
[201-300件を表示]
(0.032秒)
別のキーワード
種類
- インスタンスメソッド (204)
- ライブラリ (100)
- 特異メソッド (24)
- クラス (24)
- 文書 (21)
ライブラリ
- ビルトイン (12)
-
rubygems
/ commands / list _ command (12) -
rubygems
/ config _ file (12) -
rubygems
/ dependency (12) -
rubygems
/ dependency _ list (108) -
rubygems
/ indexer (12) -
rubygems
/ requirement (12) -
rubygems
/ spec _ fetcher (12) -
rubygems
/ specification (12) -
rubygems
/ uninstaller (24) -
rubygems
/ user _ interaction (24)
クラス
-
Gem
:: ConfigFile (12) -
Gem
:: Dependency (12) -
Gem
:: DependencyList (96) -
Gem
:: Indexer (12) -
Gem
:: Requirement (12) -
Gem
:: SpecFetcher (12) -
Gem
:: Specification (12) -
Gem
:: StreamUI (12) -
Gem
:: Uninstaller (24) - String (12)
モジュール
-
Gem
:: UserInteraction (12)
キーワード
- DependencyList (12)
- ListCommand (12)
-
NEWS for Ruby 3
. 0 . 0 (5) -
NEWS for Ruby 3
. 1 . 0 (4) - ReFe (12)
- add (12)
-
as
_ list (12) -
choose
_ from _ list (24) - crypt (12)
-
dependency
_ order (12) -
find
_ name (12) -
from
_ source _ index (12) -
gem
_ file _ list (12) -
handle
_ arguments (12) - mathn (4)
- ok? (12)
-
ok
_ to _ remove? (12) - rdoc (12)
- remove (12)
-
remove
_ all (12) -
remove
_ by _ name (12) -
requirements
_ list (12) - rubygems (12)
-
rubygems
/ commands / cert _ command (12) -
rubygems
/ commands / list _ command (12) -
rubygems
/ commands / lock _ command (12) -
rubygems
/ commands / sources _ command (12) -
rubygems
/ dependency _ list (12) -
rubygems
/ security (12) -
spec
_ predecessors (12)
検索結果
先頭5件
-
Gem
:: DependencyList # find _ name(full _ name) -> Gem :: Specification | nil (6129.0) -
自身に含まれる与えられた名前を持つ Gem::Specification のインスタンスを返します。
...身に含まれる与えられた名前を持つ Gem::Specification のインスタンスを返します。
見つからなかった場合は nil を返します。
@param full_name バージョンを含むフルネームで Gem の名前を指定します。
@see Gem::Specification#full_name... -
Gem
:: DependencyList # remove _ by _ name(full _ name) -> Gem :: Specification (6129.0) -
与えられた名前を持つ Gem::Specification を自身から削除します。
...与えられた名前を持つ Gem::Specification を自身から削除します。
このメソッドでは削除後の依存関係をチェックしません。
@param full_name バージョンを含むフルネームで Gem の名前を指定します。
@see Gem::Specification#full_name, Arr... -
Gem
:: DependencyList # add(*gemspecs) (6122.0) -
与えられた Gem::Specification のインスタンスを自身に追加します。
...与えられた Gem::Specification のインスタンスを自身に追加します。
@param gemspecs Gem::Specification のインスタンスを一つ以上指定します。... -
rubygems
/ commands / sources _ command (6040.0) -
Gem パッケージの取得元の情報を管理するためのライブラリです。
...Gem パッケージの取得元の情報を管理するためのライブラリです。
Usage: gem sources [options]
Options:
-a, --add SOURCE_URI 取得元を追加します
-l, --list 取得元一覧を表示します
-r, --remove SOURCE_......用します
--backtrace バックトレースを表示します
--debug Ruby 自体のデバッグオプションを有効にします
Summary:
Gem パッケージの取得元の情報を管理します
Defaults:
--list... -
Gem
:: DependencyList # ok _ to _ remove?(full _ name) -> bool (6034.0) -
与えられた名前を持つ Gem::Specification を自身から削除しても OK な場合は真を返します。 そうでない場合は、偽を返します。
...与えられた名前を持つ Gem::Specification を自身から削除しても OK な場合は真を返します。
そうでない場合は、偽を返します。
与えられた名前を持つ Gem::Specification を自身から削除すると、
依存関係を壊してしまう場合が、......それを削除してはいけない場合です。
@param full_name バージョンを含むフルネームで Gem の名前を指定します。
@see Gem::Specification#full_name... -
rubygems
/ commands / cert _ command (6028.0) -
Gem パッケージの証明書や署名の設定を管理するためのライブラリです。
...Gem パッケージの証明書や署名の設定を管理するためのライブラリです。
Usage: gem cert [options]
Options:
-a, --add CERT 信頼された証明書を追加します
-l, --list 信頼されている証明書の一覧......定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug Ruby 自体のデバッグオプションを有効にします
Summary:
Manage RubyGems certificates and signing settings... -
Gem
:: DependencyList # ok? -> bool (6016.0) -
自身に含まれる全ての Gem::Specification が依存関係を満たしていれば真を返します。 そうでない場合は、偽を返します。
...自身に含まれる全ての Gem::Specification が依存関係を満たしていれば真を返します。
そうでない場合は、偽を返します。... -
Gem
:: DependencyList # spec _ predecessors -> Hash (6000.0) -
@todo ???
...@todo ???
Return a hash of predecessors. <tt>result[spec]</tt> is an
Array of gemspecs that have a dependency satisfied by the named
spec.... -
Gem
:: Uninstaller # remove(spec , list) (3165.0) -
指定された Gem を削除します。
... Gem を削除します。
@param spec アンインストール指定されている Gem の Gem::Specification を指定します。
@param list アンインストールする Gem のリストを指定します。
このパラメータは破壊的に変更されます。
@raise Gem::......movalException アンインストール指定された Gem を削除すると
依存関係が壊れる場合に発生します。
@raise Gem::GemNotInHomeException アンインストール指定された Gem が所定の
デ...