348件ヒット
[1-100件を表示]
(0.026秒)
種類
- インスタンスメソッド (168)
- 特異メソッド (120)
- ライブラリ (60)
ライブラリ
-
rubygems
/ dependency _ installer (12) -
rubygems
/ dependency _ list (36) -
rubygems
/ source _ index (48) -
rubygems
/ specification (192)
クラス
-
Gem
:: DependencyInstaller (12) -
Gem
:: DependencyList (36) -
Gem
:: SourceIndex (48) -
Gem
:: Specification (192)
キーワード
-
array
_ attribute (12) - attribute (12)
-
attribute
_ names (12) -
default
_ value (12) -
file
_ name (12) -
find
_ name (24) -
find
_ spec _ by _ name _ and _ version (12) -
full
_ name (12) - load (12)
-
load
_ specification (12) - name= (12)
-
net
/ http (12) -
ok
_ to _ remove? (12) -
original
_ name (12) -
overwrite
_ accessor (12) -
rake
/ gempackagetask (12) -
read
_ only (12) -
remove
_ by _ name (12) -
remove
_ spec (12) -
required
_ attribute (12) -
required
_ attribute? (12) - rss (12)
- rubygems (12)
-
rubygems
/ specification (12)
検索結果
先頭5件
-
Gem
:: Specification # name -> String (21101.0) -
この Gem パッケージの名前を返します。
この Gem パッケージの名前を返します。 -
Gem
:: SourceIndex # specification(full _ name) -> Gem :: Specification | nil (18325.0) -
指定された名前の Gem::Specification オブジェクトを返します。
...指定された名前の Gem::Specification オブジェクトを返します。
@param full_name Gem のフルネームを指定します。... -
Gem
:: Specification # name=(name) (9208.0) -
この Gem パッケージの名前をセットします。
...この Gem パッケージの名前をセットします。
@param name この Gem パッケージの名前を指定します。... -
Gem
:: Specification # full _ name -> String (9123.0) -
この Gem パッケージのバージョンを含む完全な名前 (name-version) を返します。
...この Gem パッケージのバージョンを含む完全な名前 (name-version) を返します。
プラットフォームの情報が指定されている場合は、それも含みます (name-version-platform)。... -
Gem
:: Specification # original _ name -> String (9113.0) -
このメソッドは後方互換性のために残されています。
...このメソッドは後方互換性のために残されています。
@see Gem::Specification#full_name... -
Gem
:: Specification # file _ name -> String (9101.0) -
生成される Gem パッケージの名前を返します。
生成される Gem パッケージの名前を返します。 -
Gem
:: Specification . attribute _ names -> Array (9100.0) -
属性名の配列を返します。
属性名の配列を返します。 -
Gem
:: DependencyList # find _ name(full _ name) -> Gem :: Specification | nil (6337.0) -
自身に含まれる与えられた名前を持つ Gem::Specification のインスタンスを返します。
...身に含まれる与えられた名前を持つ Gem::Specification のインスタンスを返します。
見つからなかった場合は nil を返します。
@param full_name バージョンを含むフルネームで Gem の名前を指定します。
@see Gem::Specification#full_name... -
Gem
:: DependencyList # remove _ by _ name(full _ name) -> Gem :: Specification (6337.0) -
与えられた名前を持つ Gem::Specification を自身から削除します。
...名前を持つ Gem::Specification を自身から削除します。
このメソッドでは削除後の依存関係をチェックしません。
@param full_name バージョンを含むフルネームで Gem の名前を指定します。
@see Gem::Specification#full_name, Array#delete_if...