108件ヒット
[1-100件を表示]
(0.061秒)
ライブラリ
-
rdoc
/ context (12) - rss (12)
-
rubygems
/ commands / lock _ command (12) -
rubygems
/ dependency _ list (36) -
rubygems
/ source _ index (24) -
rubygems
/ specification (12)
クラス
-
Gem
:: Commands :: LockCommand (12) -
Gem
:: DependencyList (36) -
Gem
:: SourceIndex (24) -
Gem
:: Specification (12) -
RDoc
:: Context (12) -
RSS
:: Element (12)
キーワード
- <=> (12)
-
find
_ name (12) -
gem
_ signature (12) -
ok
_ to _ remove? (12) -
original
_ name (12) -
remove
_ by _ name (12) -
spec
_ path (12) - specification (12)
検索結果
先頭5件
-
RSS
:: Element # full _ name (18117.0) -
@todo
...@todo... -
Gem
:: DependencyList # find _ name(full _ name) -> Gem :: Specification | nil (125.0) -
自身に含まれる与えられた名前を持つ Gem::Specification のインスタンスを返します。
...身に含まれる与えられた名前を持つ Gem::Specification のインスタンスを返します。
見つからなかった場合は nil を返します。
@param full_name バージョンを含むフルネームで Gem の名前を指定します。
@see Gem::Specification#full_name... -
Gem
:: DependencyList # ok _ to _ remove?(full _ name) -> bool (125.0) -
与えられた名前を持つ Gem::Specification を自身から削除しても OK な場合は真を返します。 そうでない場合は、偽を返します。
...名前を持つ Gem::Specification を自身から削除すると、
依存関係を壊してしまう場合が、それを削除してはいけない場合です。
@param full_name バージョンを含むフルネームで Gem の名前を指定します。
@see Gem::Specification#full_name... -
Gem
:: DependencyList # remove _ by _ name(full _ name) -> Gem :: Specification (125.0) -
与えられた名前を持つ Gem::Specification を自身から削除します。
...名前を持つ Gem::Specification を自身から削除します。
このメソッドでは削除後の依存関係をチェックしません。
@param full_name バージョンを含むフルネームで Gem の名前を指定します。
@see Gem::Specification#full_name, Array#delete_if... -
Gem
:: Commands :: LockCommand # spec _ path(gem _ full _ name) -> String (113.0) -
指定された Gem パッケージの gemspec ファイルのフルパスを返します。
...指定された Gem パッケージの gemspec ファイルのフルパスを返します。
@param gem_full_name Gem パッケージの名前を指定します。... -
Gem
:: SourceIndex # gem _ signature(gem _ full _ name) -> String (113.0) -
与えられた名前を持つ Gem の SHA256 ダイジェストを返します。
...与えられた名前を持つ Gem の SHA256 ダイジェストを返します。
@param gem_full_name Gem の名前を指定します。... -
Gem
:: SourceIndex # specification(full _ name) -> Gem :: Specification | nil (113.0) -
指定された名前の Gem::Specification オブジェクトを返します。
...指定された名前の Gem::Specification オブジェクトを返します。
@param full_name Gem のフルネームを指定します。... -
RDoc
:: Context # <=>(other) -> -1 | 0 | 1 (22.0) -
自身と other の full_name を比較した結果を返します。
...自身と other の full_name を比較した結果を返します。
ソートのために使われます。
@param other 自身と比較したいオブジェクトを指定します。... -
Gem
:: Specification # original _ name -> String (12.0) -
このメソッドは後方互換性のために残されています。
...このメソッドは後方互換性のために残されています。
@see Gem::Specification#full_name...