444件ヒット
[101-200件を表示]
(0.036秒)
別のキーワード
種類
- インスタンスメソッド (312)
- 特異メソッド (84)
- クラス (24)
- モジュール関数 (12)
- ライブラリ (12)
ライブラリ
- rubygems (12)
-
rubygems
/ commands / dependency _ command (12) -
rubygems
/ dependency _ list (12) -
rubygems
/ indexer (12) -
rubygems
/ source _ index (336) -
rubygems
/ source _ info _ cache (12) -
rubygems
/ source _ info _ cache _ entry (36)
クラス
-
Gem
:: Commands :: DependencyCommand (12) -
Gem
:: DependencyList (12) -
Gem
:: Indexer (12) -
Gem
:: SourceIndex (312) -
Gem
:: SourceInfoCache (12) -
Gem
:: SourceInfoCacheEntry (36)
モジュール
- Gem (12)
キーワード
- Cache (12)
-
add
_ spec (12) -
add
_ specs (12) -
collect
_ specs (12) - dump (12)
- each (24)
-
find
_ gems (12) -
find
_ name (12) -
from
_ gems _ in (12) -
from
_ installed _ gems (12) -
from
_ source _ index (12) -
gem
_ signature (12) -
index
_ signature (12) -
installed
_ spec _ directories (12) -
latest
_ specs (12) - length (12)
-
load
_ gems _ in (12) -
load
_ specification (12) - new (24)
- outdated (12)
- refresh (12)
- refresh! (12)
-
remove
_ spec (12) -
rubygems
/ server (12) - search (24)
- size (24)
-
source
_ index (24) -
spec
_ dirs (12) -
spec
_ dirs= (12) - specification (12)
- update (12)
検索結果
先頭5件
- Gem
:: SourceIndex # search(gem _ pattern , platform _ only = false) -> [Gem :: Specification] - Gem
:: SourceIndex # add _ spec(gem _ spec) -> Gem :: Specification - Gem
:: SourceIndex . new(specifications = {}) -> Gem :: SourceIndex - Gem
:: SourceIndex # add _ specs(*gem _ specs) -> Hash - Gem
:: SourceIndex # specification(full _ name) -> Gem :: Specification | nil
-
Gem
:: SourceIndex # search(gem _ pattern , platform _ only = false) -> [Gem :: Specification] (6236.0) -
引数で指定された条件を満たす Gem のリストを返します。
...引数で指定された条件を満たす Gem のリストを返します。
@param gem_pattern 検索したい Gem を表す Gem::Dependency のインスタンスを指定します。
@param platform_only 真を指定するとプラットフォームが一致するもののみを返します。... -
Gem
:: SourceIndex # add _ spec(gem _ spec) -> Gem :: Specification (6230.0) -
自身に引数で与えられた Gem::Specification のインスタンスを追加します。
...自身に引数で与えられた Gem::Specification のインスタンスを追加します。
@param gem_spec Gem::Specification のインスタンスを指定します。... -
Gem
:: SourceIndex . new(specifications = {}) -> Gem :: SourceIndex (6214.0) -
与えられたハッシュを元に自身を初期化します。
...与えられたハッシュを元に自身を初期化します。
@param specifications キーを Gem の名前、値を Gem::Specification のインスタンスとするハッシュを指定します。... -
Gem
:: SourceIndex # add _ specs(*gem _ specs) -> Hash (6129.0) -
自身に引数で与えられた Gem::Specification のインスタンスを全て追加します。
...自身に引数で与えられた Gem::Specification のインスタンスを全て追加します。
@param gem_specs 複数の Gem::Specification のインスタンスを指定します。... -
Gem
:: SourceIndex # specification(full _ name) -> Gem :: Specification | nil (6123.0) -
指定された名前の Gem::Specification オブジェクトを返します。
...指定された名前の Gem::Specification オブジェクトを返します。
@param full_name Gem のフルネームを指定します。... -
Gem
:: SourceIndex # each {|full _ name , gem| . . . } -> Hash (6117.0) -
自身に登録されているそれぞれの Gem についてブロックを評価します。
...自身に登録されているそれぞれの Gem についてブロックを評価します。... -
Gem
:: SourceIndex # remove _ spec(full _ name) -> Gem :: Specification (6117.0) -
引数で指定された名前を持つ Gem をインデックスから削除します。
...引数で指定された名前を持つ Gem をインデックスから削除します。... -
Gem
:: SourceIndex . load _ specification(file _ name) -> Gem :: Specification | nil (6117.0) -
与えられたファイル名から Ruby スクリプト形式の gemspec をロードして Gem::Specification のインスタンスを返します。
...y スクリプト形式の gemspec をロードして
Gem::Specification のインスタンスを返します。
@param file_name ファイル名を指定します。
@raise SignalException gemspec をロードしているときに発生します。
@raise SystemExit gemspec をロードしてい... -
rubygems
/ server (6104.0) -
Gem パッケージを配布したり Gem パッケージに同梱されているドキュメントを参照するための 簡易ウェブサーバを動かすためのライブラリです。
...Gem パッケージを配布したり Gem パッケージに同梱されているドキュメントを参照するための
簡易ウェブサーバを動かすためのライブラリです。
rubygems/commands/server_command を使用して起動するウェブサーバの本体です。
この......ールされている Gem パッケージの一覧を表示します。
: "/specs.#{Gem.marshal_version}.gz"
インストールされている全バージョンの情報 (パッケージ名、バージョン、プラットフォーム) を返します。
: "/latest_specs.#{Gem.marshal_version}.gz"......返します。
: "/gems/"
ダウンロード可能な Gem パッケージの一覧を表示します。
以下のインデックスはレガシーなものです。
: "/Marshal.#{Gem.marshal_version}"
インストールされている Gem パッケージの Gem::SourceIndex を Marshal の...