180件ヒット
[1-100件を表示]
(0.073秒)
ライブラリ
-
rdoc
/ context (12) -
rdoc
/ top _ level (12) - rss (12)
-
rubygems
/ commands / lock _ command (12) -
rubygems
/ dependency _ list (36) -
rubygems
/ package / tar _ reader / entry (12) -
rubygems
/ source _ index (60) -
rubygems
/ specification (24)
クラス
-
Gem
:: Commands :: LockCommand (12) -
Gem
:: DependencyList (36) -
Gem
:: Package :: TarReader :: Entry (12) -
Gem
:: SourceIndex (60) -
Gem
:: Specification (24) -
RDoc
:: Context (12) -
RDoc
:: TopLevel (12) -
RSS
:: Element (12)
キーワード
- <=> (12)
- each (24)
-
find
_ name (12) -
gem
_ signature (12) -
ok
_ to _ remove? (12) -
original
_ name (12) -
remove
_ by _ name (12) -
remove
_ spec (12) -
spec
_ path (12) - specification (12)
検索結果
先頭5件
-
Gem
:: Package :: TarReader :: Entry # full _ name -> String (18102.0) -
自身の完全な名前を返します。
自身の完全な名前を返します。 -
Gem
:: Specification # full _ name -> String (18102.0) -
この Gem パッケージのバージョンを含む完全な名前 (name-version) を返します。
この Gem パッケージのバージョンを含む完全な名前 (name-version) を返します。
プラットフォームの情報が指定されている場合は、それも含みます (name-version-platform)。 -
RDoc
:: TopLevel # full _ name -> String (18102.0) -
自身が管理するファイルの名前を返します。
自身が管理するファイルの名前を返します。 -
RSS
:: Element # full _ name (18102.0) -
@todo
@todo -
Gem
:: DependencyList # find _ name(full _ name) -> Gem :: Specification | nil (114.0) -
自身に含まれる与えられた名前を持つ Gem::Specification のインスタンスを返します。
...身に含まれる与えられた名前を持つ Gem::Specification のインスタンスを返します。
見つからなかった場合は nil を返します。
@param full_name バージョンを含むフルネームで Gem の名前を指定します。
@see Gem::Specification#full_name... -
Gem
:: DependencyList # ok _ to _ remove?(full _ name) -> bool (114.0) -
与えられた名前を持つ Gem::Specification を自身から削除しても OK な場合は真を返します。 そうでない場合は、偽を返します。
...名前を持つ Gem::Specification を自身から削除すると、
依存関係を壊してしまう場合が、それを削除してはいけない場合です。
@param full_name バージョンを含むフルネームで Gem の名前を指定します。
@see Gem::Specification#full_name... -
Gem
:: DependencyList # remove _ by _ name(full _ name) -> Gem :: Specification (114.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 (108.0) -
指定された Gem パッケージの gemspec ファイルのフルパスを返します。
...指定された Gem パッケージの gemspec ファイルのフルパスを返します。
@param gem_full_name Gem パッケージの名前を指定します。... -
Gem
:: SourceIndex # gem _ signature(gem _ full _ name) -> String (108.0) -
与えられた名前を持つ Gem の SHA256 ダイジェストを返します。
...与えられた名前を持つ Gem の SHA256 ダイジェストを返します。
@param gem_full_name Gem の名前を指定します。...